Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Sep 18, 2024
1 parent 4af9a7b commit e13ef04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/wasm-test/TestMemory.gd
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ func test_inspect_compiled():
},
"export_functions": {
"_initialize": [[], []],
"add": [[TYPE_INT, TYPE_INT], [TYPE_INT]]
"add": [[TYPE_INT, TYPE_INT], [TYPE_INT]],
"count": [[], [TYPE_INT]],
},
"memory": {}
"memory": {},
}
expect_eq(inspect, expected)

Expand Down

0 comments on commit e13ef04

Please sign in to comment.