diff options
Diffstat (limited to 'test/Other')
-rw-r--r-- | test/Other/2008-10-15-MissingSpace.ll | 2 |
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 d16ea72..cac696e 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() { |