diff options
Diffstat (limited to 'test/MC/COFF/bad-expr.s')
-rw-r--r-- | test/MC/COFF/bad-expr.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/MC/COFF/bad-expr.s b/test/MC/COFF/bad-expr.s index 9a212d988cc33..ecbdd415c3a61 100644 --- a/test/MC/COFF/bad-expr.s +++ b/test/MC/COFF/bad-expr.s @@ -1,9 +1,7 @@ // RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s // CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression -// CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression .data _x: .long _x-__ImageBase - .long __ImageBase-_x |