Skip to content

Commit

Permalink
[NFC] Output unused test results to /dev/null (#7859)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzi-hielscher authored Nov 20, 2024
1 parent 2d416af commit bdf1cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Conversion/ExportVerilog/hw-enums.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --test-apply-lowering-options='options=emittedLineLength=100,emitBindComments' -export-verilog -split-input-file -o %t.mlir | FileCheck %s
// RUN: circt-opt %s --test-apply-lowering-options='options=emittedLineLength=100,emitBindComments' -export-verilog -split-input-file -o /dev/null | FileCheck %s

// CHECK: typedef enum bit [0:0] {enum0_T} enum0;
// CHECK: // typedef enum bit [0:0] {} enum1;
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/errors.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 --verify-diagnostics --split-input-file -o %t
// RUN: circt-opt %s --convert-hw-to-btor2 --verify-diagnostics --split-input-file -o /dev/null

hw.module @init_emitter(out out: !seq.immutable<i32>) {
%init = seq.initial () {
Expand Down

0 comments on commit bdf1cc9

Please sign in to comment.