diff options
Diffstat (limited to 'test/parser/gcd.fir')
| -rw-r--r-- | test/parser/gcd.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/gcd.fir b/test/parser/gcd.fir index 3a9317b8..4b068699 100644 --- a/test/parser/gcd.fir +++ b/test/parser/gcd.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.out -X HighFIRRTL && cat %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.out -X firrtl && cat %s.out | FileCheck %s circuit GCD : module GCD : input e : UInt<1> |
