Parcourir la source

don't run BigInt tests on eval because it takes forever

see https://github.com/HaxeFoundation/haxe/pull/12410#issuecomment-3569311310
Simon Krajewski il y a 3 semaines
Parent
commit
fb42f47a73
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      tests/unit/src/unit/TestMain.hx

+ 2 - 3
tests/unit/src/unit/TestMain.hx

@@ -10,8 +10,7 @@ final asyncCache = new Array<() -> Void>();
 
 @:access(unit.Test)
 #if js
-@:expose("unit.TestMain.main")
-@:keep
+@:expose("unit.TestMain.main") @:keep
 #end
 function main() {
 	#if js
@@ -69,7 +68,7 @@ function main() {
 		#if (!php && !lua)
 		new TestHttps(),
 		#end
-		#if !lua 
+		#if (!lua && !interp)
 		new TestBigInt(),
 		#end
 		#if !no_pattern_matching