You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,9 +129,9 @@ test "ModuleEnv.Serialized roundtrip" {
129
129
trytesting.expectEqual(@as(usize, 2), original.imports.imports.len()); // Should have 2 unique imports
130
130
131
131
// First verify that the CommonEnv data was preserved after deserialization
132
-
// Should have same 54 identifiers as original: hello, world, TestModule + 19 well-known identifiers + 17 type identifiers + 3 field/tag identifiers + 7 more identifiers + 2 Try tag identifiers + 1 method identifier + 2 Bool tag identifiers from ModuleEnv.init()
132
+
// Should have same 53 identifiers as original: hello, world, TestModule + 18 well-known identifiers + 17 type identifiers + 3 field/tag identifiers + 7 more identifiers + 2 Try tag identifiers + 1 method identifier + 2 Bool tag identifiers from ModuleEnv.init()
133
133
// (Note: "Try" is now shared with well-known identifiers, reducing total by 1)
0 commit comments