Skip to content

Commit 1b4ab51

Browse files
authored
Update invalid.mlir
1 parent b6fafd7 commit 1b4ab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/IR/invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func.func @non_operation() {
114114

115115
func.func @unknown_dialect_operation() {
116116
// expected-error@below {{Dialect `foo' not found for custom op 'foo.asd'}}
117-
// expected-note-re@below {{Registered dialects:{{.*}} test{{.*}}}}
117+
// expected-note-re@below {{Available dialects:{{.*}} test{{.*}}}}
118118
foo.asd
119119
}
120120

0 commit comments

Comments
 (0)