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