aboutsummaryrefslogtreecommitdiff
path: root/test/MC/COFF/bad-expr.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/bad-expr.s')
-rw-r--r--test/MC/COFF/bad-expr.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/COFF/bad-expr.s b/test/MC/COFF/bad-expr.s
index ecbdd415c3a6..9a212d988cc3 100644
--- a/test/MC/COFF/bad-expr.s
+++ b/test/MC/COFF/bad-expr.s
@@ -1,7 +1,9 @@
// 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