We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e20aa commit 1927300Copy full SHA for 1927300
test/Dialect/Moore/types-errors.mlir
@@ -1,12 +1,12 @@
1
// RUN: circt-opt --verify-diagnostics --split-input-file %s
2
3
// -----
4
-// expected-error @below {{invalid kind of Type specified}}
+// expected-error @below {{invalid kind of type specified}}
5
// expected-error @below {{parameter 'elementType' which is to be a `PackedType`}}
6
unrealized_conversion_cast to !moore.array<4 x string>
7
8
9
10
11
unrealized_conversion_cast to !moore.open_array<string>
12
0 commit comments