Explorar el Código

removed out of memory test

Kajetan Johannes Hammerle hace 3 años
padre
commit
fcbe5b3f06
Se han modificado 1 ficheros con 0 adiciones y 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;
 }