diff options
Diffstat (limited to 'test/MC/AsmParser/directive_set.s')
-rw-r--r-- | test/MC/AsmParser/directive_set.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/AsmParser/directive_set.s b/test/MC/AsmParser/directive_set.s index 51119a661cad..f1fc30a85df1 100644 --- a/test/MC/AsmParser/directive_set.s +++ b/test/MC/AsmParser/directive_set.s @@ -1,7 +1,7 @@ -# RUN: llvm-mc %s > %t +# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -# RUN: grep -A 2 TEST0 %t > %t2 -# RUN: grep ".set a, 0" %t2 +# CHECK: TEST0: +# CHECK: a = 0 TEST0: .set a, 0 -
\ No newline at end of file + |