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/TwoClocks.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/features/TwoClocks.fir') diff --git a/test/features/TwoClocks.fir b/test/features/TwoClocks.fir index cbbb01f1..9665c153 100644 --- a/test/features/TwoClocks.fir +++ b/test/features/TwoClocks.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 : input clk1 : Clock -- cgit v1.2.3