Skip to content

Commit c26db63

Browse files
Tests: Adjust ExecutionTests for the strict validation
1 parent e2d15f3 commit c26db63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WasmKitTests/ExecutionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class ExecutionTests: XCTestCase {
3535
(module
3636
(memory 0)
3737
(func (export "_start") (result i32)
38-
(memory.grow (i32.const 1))
38+
(drop (memory.grow (i32.const 1)))
3939
(i32.store (i32.const 1) (i32.const 42))
4040
(i32.load (i32.const 1))
4141
)

0 commit comments

Comments
 (0)