Explorar o código

removed out of memory test

Kajetan Johannes Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
fcbe5b3f06
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      tests/arrays/alloc

+ 0 - 5
tests/arrays/alloc

@@ -22,10 +22,5 @@ void main() {
        
     print *a;
     
-    
-    while(true) {
-        int* h = new int[5];
-    }
-    
     delete a;
 }