aboutsummaryrefslogtreecommitdiff
path: root/test/parser
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser')
-rw-r--r--test/parser/bundle.fir2
-rw-r--r--test/parser/gcd.fir2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/parser/bundle.fir b/test/parser/bundle.fir
index c9600d10..e0db4a7f 100644
--- a/test/parser/bundle.fir
+++ b/test/parser/bundle.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 top :
module top :
wire z : { x : UInt, flip y: SInt}
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>