Skip to content
Snippets Groups Projects
Commit a7db651e authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Don't complain about "leaking" the _pipe_debug efun due to loading Pipe.

Rev: bin/test_pike.pike:1.81
parent aaaab726
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #!/usr/local/bin/pike
/* $Id: test_pike.pike,v 1.80 2003/01/20 17:48:45 nilsson Exp $ */ /* $Id: test_pike.pike,v 1.81 2003/03/29 14:08:22 marcus Exp $ */
import Stdio; import Stdio;
...@@ -383,6 +383,7 @@ int main(int argc, array(string) argv) ...@@ -383,6 +383,7 @@ int main(int argc, array(string) argv)
#if 1 #if 1
// Store the name of all constants so that we can see // Store the name of all constants so that we can see
// if any constant has been leaked from the testsuite. // if any constant has been leaked from the testsuite.
Pipe; /* Pipe module defines an efun, so load it before listing constants */
array const_names = indices(all_constants()); array const_names = indices(all_constants());
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment