summaryrefslogtreecommitdiff
path: root/tests/testarray2.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testarray2.pl')
-rw-r--r--tests/testarray2.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testarray2.pl b/tests/testarray2.pl
deleted file mode 100644
index e72c526d4f..0000000000
--- a/tests/testarray2.pl
+++ /dev/null
@@ -1,3 +0,0 @@
-for ($i="aaa"; $i lt "bbb"; $i++) {
- print "$i\n";
-}