blob: 302baa036512d4079cc8790e2c29542b47faf88a [file] [log] [blame]
Daniel Dunbar3c802de2010-07-18 18:38:02 +00001// RUN: llvm-mc %s 2> %t.err
2// RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
3
4.macros_on
5.macros_off
6
7// CHECK-ERRORS: .abort '"end"' detected
8.abort "end"