Skip to content

Commit 1927300

Browse files
committed
fix moore test
1 parent 31e20aa commit 1927300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dialect/Moore/types-errors.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// RUN: circt-opt --verify-diagnostics --split-input-file %s
22

33
// -----
4-
// expected-error @below {{invalid kind of Type specified}}
4+
// expected-error @below {{invalid kind of type specified}}
55
// expected-error @below {{parameter 'elementType' which is to be a `PackedType`}}
66
unrealized_conversion_cast to !moore.array<4 x string>
77

88
// -----
9-
// expected-error @below {{invalid kind of Type specified}}
9+
// expected-error @below {{invalid kind of type specified}}
1010
// expected-error @below {{parameter 'elementType' which is to be a `PackedType`}}
1111
unrealized_conversion_cast to !moore.open_array<string>
1212

0 commit comments

Comments
 (0)