Skip to content

Commit 16a0892

Browse files
[mlir][Transforms][NFC] Add missing FileCheck (#151817)
This should have been part of #151809.
1 parent acc8b97 commit 16a0892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Transforms/test-legalizer-full-rollback.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt -allow-unregistered-dialect -test-legalize-patterns="test-legalize-mode=full" -split-input-file -verify-diagnostics %s
1+
// RUN: mlir-opt -allow-unregistered-dialect -test-legalize-patterns="test-legalize-mode=full" -split-input-file -verify-diagnostics %s | FileCheck %s
22

33
// Test that region inlining can be properly undone.
44

0 commit comments

Comments
 (0)