diff options
Diffstat (limited to 'test/errors/high-form/NegUInt.fir')
| -rw-r--r-- | test/errors/high-form/NegUInt.fir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/errors/high-form/NegUInt.fir b/test/errors/high-form/NegUInt.fir index a92da633..9050ac12 100644 --- a/test/errors/high-form/NegUInt.fir +++ b/test/errors/high-form/NegUInt.fir @@ -1,5 +1,5 @@ -; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s -; CHECK: UIntValue cannot be negative. +; to run: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s +; to check: UIntValue cannot be negative. circuit Top : module Top : |
