diff options
Diffstat (limited to 'mlir/test/IR/top-level.mlir')
-rw-r--r-- | mlir/test/IR/top-level.mlir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/test/IR/top-level.mlir b/mlir/test/IR/top-level.mlir index b571d94..5389691 100644 --- a/mlir/test/IR/top-level.mlir +++ b/mlir/test/IR/top-level.mlir @@ -6,10 +6,10 @@ func.func private @foo() // ----- -// expected-error@-3 {{source must contain a single top-level operation, found: 2}} +// expected-error@-2 {{source must contain a single top-level operation, found: 2}} func.func private @bar() func.func private @baz() // ----- -// expected-error@-3 {{source must contain a single top-level operation, found: 0}} +// expected-error@-2 {{source must contain a single top-level operation, found: 0}} |