summaryrefslogtreecommitdiff
path: root/test/Other/2008-10-15-MissingSpace.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/2008-10-15-MissingSpace.ll')
-rw-r--r--test/Other/2008-10-15-MissingSpace.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2008-10-15-MissingSpace.ll b/test/Other/2008-10-15-MissingSpace.ll
index d16ea72c2b..cac696ed6f 100644
--- a/test/Other/2008-10-15-MissingSpace.ll
+++ b/test/Other/2008-10-15-MissingSpace.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis | not grep {void@}
+; RUN: llvm-as < %s | llvm-dis | not grep "void@"
; PR2894
declare void @g()
define void @f() {