mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
test-link: update type link test due start.zig
This commit is contained in:
parent
d755f67b93
commit
3ad092e1e7
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user