aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/X86/x86_operands.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/X86/x86_operands.s')
-rw-r--r--test/MC/AsmParser/X86/x86_operands.s4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/MC/AsmParser/X86/x86_operands.s b/test/MC/AsmParser/X86/x86_operands.s
index bf958d8..cd54a0b 100644
--- a/test/MC/AsmParser/X86/x86_operands.s
+++ b/test/MC/AsmParser/X86/x86_operands.s
@@ -1,5 +1,3 @@
-// FIXME: Actually test that we get the expected results.
-
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
# Immediates
@@ -7,7 +5,7 @@
addl $1, %eax
# CHECK: addl $3, %eax
addl $(1+2), %eax
-# CHECK: addl $a, %eax
+# CHECK: addl ($a), %eax
addl $a, %eax
# CHECK: addl $3, %eax
addl $1 + 2, %eax