Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / Other / lint.ll
index ca2b1a336a18d82ddc3243d3fa2eec4406749f52..c84f56f8f694dda781c301d60fbfe6e95001b3f9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -basicaa -lint -disable-output < %s |& FileCheck %s
+; RUN: opt -basicaa -lint -disable-output < %s 2>&1 | FileCheck %s
 target datalayout = "e-p:64:64:64"
 
 declare fastcc void @bar()