[Test] Fix the test to output to /dev/null instead of redirecting.
authorMatt Davis <Matthew.Davis@sony.com>
Fri, 23 Feb 2018 19:03:04 +0000 (19:03 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Fri, 23 Feb 2018 19:03:04 +0000 (19:03 +0000)
The redirection was confusing the windows build machine.

llvm-svn: 325937

llvm/test/Transforms/LCSSA/avoid-intrinsics-in-catchswitch.ll

index 1b32836..d1c25c0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -debugify -licm -S 1>/dev/null
+; RUN: opt < %s -debugify -licm -S -o /dev/null
 ;
 ; The following test is from https://bugs.llvm.org/show_bug.cgi?id=36238
 ; This test should pass (not assert or fault). The error that originally