Procházet zdrojové kódy

removed out of memory test

Kajetan Johannes Hammerle před 3 roky
rodič
revize
fcbe5b3f06
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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;
 }