summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-17 17:46:01 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-17 17:46:01 +0000
commitb1ee18ee69624d51211e59fa42b54a0f5827318a (patch)
tree351423441448a4bdeb6b73c5f7799f81468d4438 /test
parent77b85b647432765e61b9099a3560a3601cb950b7 (diff)
downloadllvm-b1ee18ee69624d51211e59fa42b54a0f5827318a.tar.gz
llvm-b1ee18ee69624d51211e59fa42b54a0f5827318a.tar.bz2
llvm-b1ee18ee69624d51211e59fa42b54a0f5827318a.tar.xz
Add missing '@' delimiter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/basic-thumb-instructions.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/basic-thumb-instructions.s b/test/MC/ARM/basic-thumb-instructions.s
index 3f19dfe5d7..3a20db166e 100644
--- a/test/MC/ARM/basic-thumb-instructions.s
+++ b/test/MC/ARM/basic-thumb-instructions.s
@@ -30,4 +30,4 @@ _func:
add r2, r8
@ CHECK: adds r1, r2, r3 @ encoding: [0xd1,0x18]
- CHECK: add r2, r8 @ encoding: [0x42,0x44]
+@ CHECK: add r2, r8 @ encoding: [0x42,0x44]