[mlir][tblgen] Fix test definition names to reflect expected valid results (NFC) (#146243)

This commit is contained in:
Henrich Lauko
2025-07-01 12:37:06 +02:00
committed by GitHub
parent 6d6b36439f
commit 37d30d9e21

View File

@@ -95,7 +95,7 @@ def DirectiveRegionsValid : TestFormat_Op<[{
//===----------------------------------------------------------------------===//
// CHECK-NOT: error:
def DirectiveResultsInvalidA : TestFormat_Op<[{
def DirectiveResultsValid : TestFormat_Op<[{
type(results) attr-dict
}]>;
@@ -104,7 +104,7 @@ def DirectiveResultsInvalidA : TestFormat_Op<[{
//===----------------------------------------------------------------------===//
// CHECK-NOT: error:
def DirectiveSuccessorsInvalidA : TestFormat_Op<[{
def DirectiveSuccessorsValid : TestFormat_Op<[{
successors attr-dict
}]>;
@@ -167,7 +167,7 @@ def OptionalValidA : TestFormat_Op<[{
//===----------------------------------------------------------------------===//
// CHECK-NOT: error
def StringInvalidA : TestFormat_Op<[{ custom<Foo>("foo") attr-dict }]>;
def StringValid : TestFormat_Op<[{ custom<Foo>("foo") attr-dict }]>;
//===----------------------------------------------------------------------===//
// Variables