diff options
Diffstat (limited to 'llvm/test/Verifier/gcroot-ptrptr.ll')
-rw-r--r-- | llvm/test/Verifier/gcroot-ptrptr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Verifier/gcroot-ptrptr.ll b/llvm/test/Verifier/gcroot-ptrptr.ll index 0a7738d866c..b573295e3e9 100644 --- a/llvm/test/Verifier/gcroot-ptrptr.ll +++ b/llvm/test/Verifier/gcroot-ptrptr.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s +; RUN: not llvm-as < %s >& /dev/null ; PR1633 %meta = type { i8* } |