This commit is contained in:
Richard Feldman 2025-11-07 23:49:51 -05:00
parent bb2221f698
commit 197bc0aa05
No known key found for this signature in database

View file

@ -339,7 +339,6 @@ pub fn init(module_name: []const u8, source: []const u8) !TestEnv {
// Add builtin module unconditionally (needed for auto-imported types)
try imported_envs.append(gpa, builtin_module.env);
// Type Check - Pass the imported modules in other_modules parameter
var checker = try Check.init(
gpa,