This website works better with JavaScript
Home
Explore
Help
Sign In
kjhammerle
/
lonely-tiger
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
removed out of memory test
Kajetan Johannes Hammerle
4 years ago
parent
77fa3719d9
commit
fcbe5b3f06
1 changed files
with
0 additions
and
5 deletions
Split View
Show Diff Stats
0
5
tests/arrays/alloc
+ 0
- 5
tests/arrays/alloc
View File
@@ -22,10 +22,5 @@ void main() {
print *a;
-
- while(true) {
- int* h = new int[5];
- }
-
delete a;
}