Skip to content

Commit f39e51b

Browse files
authored
Fix runtime module
1 parent 1019108 commit f39e51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def foo(x: unranked_memref_f32):
6565
)
6666
correct = dedent(
6767
"""\
68-
module attributes {llvm.data_layout = ""} {
68+
module {
6969
llvm.func @printMemrefF32(i64, !llvm.ptr) attributes {sym_visibility = "private"}
7070
llvm.func @foo(%arg0: i64, %arg1: !llvm.ptr) attributes {llvm.emit_c_interface} {
7171
llvm.call @printMemrefF32(%arg0, %arg1) : (i64, !llvm.ptr) -> ()

0 commit comments

Comments
 (0)