File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def DirectiveRegionsValid : TestFormat_Op<[{
95
95
//===----------------------------------------------------------------------===//
96
96
97
97
// CHECK-NOT: error:
98
- def DirectiveResultsInvalidA : TestFormat_Op<[{
98
+ def DirectiveResultsValid : TestFormat_Op<[{
99
99
type(results) attr-dict
100
100
}]>;
101
101
@@ -104,7 +104,7 @@ def DirectiveResultsInvalidA : TestFormat_Op<[{
104
104
//===----------------------------------------------------------------------===//
105
105
106
106
// CHECK-NOT: error:
107
- def DirectiveSuccessorsInvalidA : TestFormat_Op<[{
107
+ def DirectiveSuccessorsValid : TestFormat_Op<[{
108
108
successors attr-dict
109
109
}]>;
110
110
@@ -167,7 +167,7 @@ def OptionalValidA : TestFormat_Op<[{
167
167
//===----------------------------------------------------------------------===//
168
168
169
169
// CHECK-NOT: error
170
- def StringInvalidA : TestFormat_Op<[{ custom<Foo>("foo") attr-dict }]>;
170
+ def StringValid : TestFormat_Op<[{ custom<Foo>("foo") attr-dict }]>;
171
171
172
172
//===----------------------------------------------------------------------===//
173
173
// Variables
You can’t perform that action at this time.
0 commit comments