Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
a7db651e
Commit
a7db651e
authored
22 years ago
by
Marcus Comstedt
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/test_pike.pike
+2
-1
2 additions, 1 deletion
bin/test_pike.pike
with
2 additions
and
1 deletion
bin/test_pike.pike
+
2
−
1
View file @
a7db651e
#!/usr/local/bin/pike
#!/usr/local/bin/pike
/* $Id: test_pike.pike,v 1.8
0
2003/0
1
/2
0
1
7:48:45 nilsson
Exp $ */
/* $Id: test_pike.pike,v 1.8
1
2003/0
3
/2
9
1
4: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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment