diff options
Diffstat (limited to 'test/features/Long.fir')
| -rw-r--r-- | test/features/Long.fir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/Long.fir b/test/features/Long.fir index e03ab091..1b5f0905 100644 --- a/test/features/Long.fir +++ b/test/features/Long.fir @@ -1,6 +1,6 @@ -; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -X flo -p c 2>&1 | tee %s.out | FileCheck %s ;CHECK: Done circuit Top : module Top : wire a : UInt - a := UInt(4261441663) + a := UInt("h4261441663") |
