From d5cc3210aabf7b4d69e2f3c5ed45c9c097c3ebdf Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 31 Jul 2015 16:05:53 -0700 Subject: Updated tests to pipe from stderr to stdout --- test/features/ExModule.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/features/ExModule.fir') diff --git a/test/features/ExModule.fir b/test/features/ExModule.fir index 13cdfcf9..146d11b9 100644 --- a/test/features/ExModule.fir +++ b/test/features/ExModule.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.v -X verilog -p c | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s circuit Top : module Top : output z : UInt<4> -- cgit v1.2.3