Skip to content

Commit

Permalink
[ExportVerilog] Fix broken test: prepare-for-emission
Browse files Browse the repository at this point in the history
Mitigates #7414, but the true fix is likely #7484.
  • Loading branch information
teqdruid committed Aug 9, 2024
1 parent a2c44c1 commit 46e1297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Conversion/ExportVerilog/prepare-for-emission.mlir
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: circt-opt %s --pass-pipeline='builtin.module(any(prepare-for-emission))' --split-input-file -verify-diagnostics | FileCheck %s
// RUN: circt-opt %s -export-verilog -split-input-file
// RUN: circt-opt %s --lower-verif-to-sv -export-verilog -split-input-file

// CHECK: @namehint_variadic
hw.module @namehint_variadic(in %a: i3, out b: i3) {
Expand Down

0 comments on commit 46e1297

Please sign in to comment.