Selaa lähdekoodia

removed out of memory test

Kajetan Johannes Hammerle 4 vuotta sitten
vanhempi
commit
fcbe5b3f06
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  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;
 }