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