Skip to content

Commit ba19b6d

Browse files
committed
[test] Use simpler runner in test, NFC
Switch from `runTester` to `ChiselStage` in one test. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent a6196ca commit ba19b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/chiselTests/AnalogSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class AnalogSpec extends ChiselFlatSpec with Utils {
162162
// Also note this relies on executing Firrtl from Chisel directly
163163
it should "NOT be connectable to UInts" in {
164164
a[Exception] should be thrownBy {
165-
runTester {
165+
ChiselStage.emitSystemVerilog {
166166
new BasicTester {
167167
val uint = WireDefault(0.U(32.W))
168168
val sint = Wire(Analog(32.W))

0 commit comments

Comments
 (0)