aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/IR/invalid-module-op.mlir')
-rw-r--r--mlir/test/IR/invalid-module-op.mlir19
1 files changed, 0 insertions, 19 deletions
diff --git a/mlir/test/IR/invalid-module-op.mlir b/mlir/test/IR/invalid-module-op.mlir
index 520821a7b0b4..741a3a9b2dc9 100644
--- a/mlir/test/IR/invalid-module-op.mlir
+++ b/mlir/test/IR/invalid-module-op.mlir
@@ -19,31 +19,12 @@ func @module_op() {
// expected-error@+1 {{region should have no arguments}}
module {
^bb1(%arg: i32):
- "module_terminator"() : () -> ()
- }
- return
-}
-
-// -----
-
-func @module_op() {
- // expected-error@below {{expects regions to end with 'module_terminator'}}
- // expected-note@below {{the absence of terminator implies 'module_terminator'}}
- module {
- return
}
return
}
// -----
-func @module_op() {
- // expected-error@+1 {{expects parent op 'module'}}
- "module_terminator"() : () -> ()
-}
-
-// -----
-
// expected-error@+1 {{can only contain attributes with dialect-prefixed names}}
module attributes {attr} {
}