Skip to content

Commit 9a0ec93

Browse files
committed
minor
1 parent 5d8479f commit 9a0ec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/LLVMIR/invalid-module.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ module attributes {llvm.module_asm = "foo"} {}
1111

1212
// -----
1313
// expected-error@below {{expected a string attribute for each entry of a module level asm}}
14-
module attributes {llvm.module_asm = [42]} {}
14+
module attributes {llvm.module_asm = [42]} {}

0 commit comments

Comments
 (0)