summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/macro-rept-err1.s
diff options
context:
space:
mode:
authorPreston Gurd <preston.gurd@intel.com>2012-09-19 20:23:43 +0000
committerPreston Gurd <preston.gurd@intel.com>2012-09-19 20:23:43 +0000
commit6579eea90dfeb7540e37307cc30c8677759c5e4d (patch)
tree4a898ee1b1d23e95687fb28013a1b2a074da267a /test/MC/AsmParser/macro-rept-err1.s
parentcd9ede9fc00be3f13e6f450b63419ed80f225d48 (diff)
downloadllvm-6579eea90dfeb7540e37307cc30c8677759c5e4d.tar.gz
llvm-6579eea90dfeb7540e37307cc30c8677759c5e4d.tar.bz2
llvm-6579eea90dfeb7540e37307cc30c8677759c5e4d.tar.xz
Enhance unmatched '.endr' directive error message in assembler.
The directive can be matched with directives other than '.rept' Patch by Andy Zhang! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser/macro-rept-err1.s')
-rw-r--r--test/MC/AsmParser/macro-rept-err1.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/macro-rept-err1.s b/test/MC/AsmParser/macro-rept-err1.s
index db92856a1d..cfa66878d9 100644
--- a/test/MC/AsmParser/macro-rept-err1.s
+++ b/test/MC/AsmParser/macro-rept-err1.s
@@ -3,4 +3,4 @@
.endr
-// CHECK: unexpected '.endr' directive, no current .rept
+// CHECK: unmatched '.endr' directive