diff options
| author | azidar | 2015-07-31 16:05:53 -0700 |
|---|---|---|
| committer | azidar | 2015-07-31 16:05:53 -0700 |
| commit | d5cc3210aabf7b4d69e2f3c5ed45c9c097c3ebdf (patch) | |
| tree | f16aa7305b4ce27d38f679332d7ad37e6f6fef3a /test/features/ExModule.fir | |
| parent | 2440b824c68e4604d174e92e26af2c3eca1ec171 (diff) | |
Updated tests to pipe from stderr to stdout
Diffstat (limited to 'test/features/ExModule.fir')
| -rw-r--r-- | test/features/ExModule.fir | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
