aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuuk de Gram <luuk@degram.dev>2023-04-14 06:41:01 +0200
committerLuuk de Gram <luuk@degram.dev>2023-04-14 15:25:45 +0200
commit3ad092e1e7e007e53b4dc42c549cd6460ebdf8a5 (patch)
treec5c4bdc40c918982e68d46e53d56d3bb38a38127 /test
parentd755f67b93dc795d27ea7df9b3bccda443f2a257 (diff)
downloadzig-3ad092e1e7e007e53b4dc42c549cd6460ebdf8a5.tar.gz
zig-3ad092e1e7e007e53b4dc42c549cd6460ebdf8a5.zip
test-link: update type link test due start.zig
Diffstat (limited to 'test')
-rw-r--r--test/link/wasm/type/build.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/link/wasm/type/build.zig b/test/link/wasm/type/build.zig
index 4038a3c4b1..7a779f6c21 100644
--- a/test/link/wasm/type/build.zig
+++ b/test/link/wasm/type/build.zig
@@ -26,10 +26,10 @@ fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.Optimize
const check_lib = lib.checkObject();
check_lib.checkStart("Section type");
- // only 2 entries, although we have 3 functions.
+ // only 3 entries, although we have more functions.
// This is to test functions with the same function signature
// have their types deduplicated.
- check_lib.checkNext("entries 2");
+ check_lib.checkNext("entries 3");
check_lib.checkNext("params 1");
check_lib.checkNext("type i32");
check_lib.checkNext("returns 1");