diff options
Diffstat (limited to 'test/MC/AsmParser/exprs.s')
-rw-r--r-- | test/MC/AsmParser/exprs.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/exprs.s b/test/MC/AsmParser/exprs.s index a7e1002..c5fc9b5 100644 --- a/test/MC/AsmParser/exprs.s +++ b/test/MC/AsmParser/exprs.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple i386-unknown-unknown %s > %t +// RUN: llvm-mc -triple i386-apple-darwin %s .macro check_expr .if ($0) != ($1) |