Skip to content

Commit

Permalink
Silent diff to avoid spamming test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 9, 2025
1 parent 66a6915 commit 062a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Integration/vector-contract-to-fma.mlir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: tpp-opt %s | tpp-run -e entry --entry-point-result=void -seed 123 -print > %t.1
// RUN: tpp-opt %s --vector-contract-to-fma | tpp-run -e entry --entry-point-result=void -seed 123 -print > %t.2
// RUN: diff %t.1 %t.2
// RUN: diff -q %t.1 %t.2
// RUN: rm %t.1 %t.2

// DIFF-NOT: {{.}}
Expand Down

0 comments on commit 062a099

Please sign in to comment.