Skip to content

Commit d3a1bf1

Browse files
committed
lm-type and lm-ast tests work within 18GB, but just barely
1 parent 143478b commit d3a1bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn run_bootstrap(target: &str, leave_tmp: bool, is_v3: bool) -> String {
3636

3737
//these exist because GC is slow atm
3838
let mut lm_protect = target.contains("lm-");
39-
if target.contains("lm-type") { lm_protect = false; };
39+
//if target.contains("lm-type") { lm_protect = false; };
4040
//if target.contains("lm-ast") { lm_protect = false; };
4141
//if target.contains("lm-tctx") { lm_protect = false; };
4242

0 commit comments

Comments
 (0)