Skip to content

Commit 81f3796

Browse files
committed
fx
1 parent 3eef798 commit 81f3796

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mlir/test/Pass/remark-final.mlir

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ module @foo {
99

1010
// CHECK: --- !Failure
1111
// CHECK: Name: test-remark
12-
// CHECK: DebugLoc: { File: '../mlir/test/Pass/remark-final.mlir', Line: 4,
13-
// CHECK: Column: 3 }
1412
// CHECK: Function: '<unknown function>'
1513
// CHECK: Args:
1614
// CHECK: - Remark: This is a test failed remark
@@ -20,8 +18,6 @@ module @foo {
2018
// CHECK: --- !Passed
2119
// CHECK: Pass: category-1-passed
2220
// CHECK: Name: test-remark
23-
// CHECK: DebugLoc: { File: '../mlir/test/Pass/remark-final.mlir', Line: 4,
24-
// CHECK-NEXT: Column: 3 }
2521
// CHECK: Function: '<unknown function>'
2622
// CHECK: Args:
2723
// CHECK: - Remark: This is a test passed remark
@@ -31,8 +27,6 @@ module @foo {
3127
// CHECK: --- !Analysis
3228
// CHECK: Pass: category-2-analysis
3329
// CHECK: Name: test-remark
34-
// CHECK: DebugLoc: { File: '../mlir/test/Pass/remark-final.mlir', Line: 4,
35-
// CHECK-NEXT: Column: 3 }
3630
// CHECK: Function: '<unknown function>'
3731
// CHECK: Args:
3832
// CHECK: - Remark: This is a test analysis remark

0 commit comments

Comments
 (0)