Skip to content
Snippets Groups Projects
Commit 0c7574f1 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added check-level 4, which calls gc() between every test.

Rev: bin/test_pike.pike:1.28
parent 21c1f7ff
Branches
Tags
No related merge requests found
#!/usr/local/bin/pike
/* $Id: test_pike.pike,v 1.27 1999/08/30 06:21:17 hubbe Exp $ */
/* $Id: test_pike.pike,v 1.28 1999/10/21 21:19:12 grubba Exp $ */
import Stdio;
......@@ -179,6 +179,10 @@ int main(int argc, string *argv)
mixed a,b;
if(check) _verify_internals();
if(check>3) {
gc();
_verify_internals();
}
test=tests[e];
if(sscanf(test,"COND %s\n%s",condition,test)==2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment