xref: /llvm-project/llvm/test/MC/SystemZ/machine-directive-invalid.s (revision af20c1c1298d15f36470cd9d5b2cccb3b9b59c30)
1# RUN: not llvm-mc -triple=s390x %s 2>&1 | FileCheck %s
2
3# CHECK: [[#@LINE+1]]:9: error: unexpected token in '.machine' directive
4.machine
5
6# CHECK: [[#@LINE+1]]:10: error: unexpected token in '.machine' directive
7.machine 42
8
9# CHECK: [[#@LINE+1]]:13: error: expected newline
10.machine z13+
11