aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-05-02-ParseError.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-05-02-ParseError.ll')
-rw-r--r--test/Assembler/2002-05-02-ParseError.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll
index 9d84698..108d148 100644
--- a/test/Assembler/2002-05-02-ParseError.ll
+++ b/test/Assembler/2002-05-02-ParseError.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s -o /dev/null -f
+
; This should parse correctly without an 'implementation', but our current YACC
; based parser doesn't have the required 2 token lookahead...
; XFAIL: *