aboutsummaryrefslogtreecommitdiff
path: root/test/parser/bundle.fir
diff options
context:
space:
mode:
authorjackkoenig2015-11-02 12:14:21 -0800
committerjackkoenig2015-11-02 12:14:21 -0800
commitd477d636b78875a0742af44f5f0372e380c36b46 (patch)
tree14a3f140a4b6fa0abf55dc58443f516bed39ec47 /test/parser/bundle.fir
parentd715e65b8de4823621b072065b746730d712d2a4 (diff)
Deleted extranous passes.stanza comments, updated standard passes. Added support for -b <backend> flag without any other specified passes in stanza, updated parser tests to work with stanza implementation.
Diffstat (limited to 'test/parser/bundle.fir')
-rw-r--r--test/parser/bundle.fir2
1 files changed, 1 insertions, 1 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}