summaryrefslogtreecommitdiff
path: root/t/foo
diff options
context:
space:
mode:
Diffstat (limited to 't/foo')
-rwxr-xr-xt/foo4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/foo b/t/foo
index ace796d88b..57d87eb167 100755
--- a/t/foo
+++ b/t/foo
@@ -1,4 +1,2 @@
-#!./perl -Dst
+#!./perl
-$ref = [[],2,[3,4,5,]];
-print ${$$ref[2]}[2] == 5 ? "ok 16\n" : "not ok 16\n";