| ... | @@ -26,10 +26,10 @@ fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.Optimize | ... | @@ -26,10 +26,10 @@ fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.Optimize |
| 26 | | 26 | |
| 27 | const check_lib = lib.checkObject(); | 27 | const check_lib = lib.checkObject(); |
| 28 | check_lib.checkStart("Section type"); | 28 | check_lib.checkStart("Section type"); |
| 29 | // only 2 entries, although we have 3 functions. | 29 | // only 3 entries, although we have more functions. |
| 30 | // This is to test functions with the same function signature | 30 | // This is to test functions with the same function signature |
| 31 | // have their types deduplicated. | 31 | // have their types deduplicated. |
| 32 | check_lib.checkNext("entries 2"); | 32 | check_lib.checkNext("entries 3"); |
| 33 | check_lib.checkNext("params 1"); | 33 | check_lib.checkNext("params 1"); |
| 34 | check_lib.checkNext("type i32"); | 34 | check_lib.checkNext("type i32"); |
| 35 | check_lib.checkNext("returns 1"); | 35 | check_lib.checkNext("returns 1"); |