aboutsummaryrefslogtreecommitdiff
path: root/test/MC/ELF/bad-expr3.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/bad-expr3.s')
-rw-r--r--test/MC/ELF/bad-expr3.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/MC/ELF/bad-expr3.s b/test/MC/ELF/bad-expr3.s
index 990167cda53f..cf5d6f47335f 100644
--- a/test/MC/ELF/bad-expr3.s
+++ b/test/MC/ELF/bad-expr3.s
@@ -1,8 +1,7 @@
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null \
// RUN: 2>&1 | FileCheck %s
-// CHECK: Cannot represent a difference across sections
-
+// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: Cannot represent a difference across sections
.long foo - bar
.section .zed
foo: