summaryrefslogtreecommitdiffstats
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run b/test/run
index 360739e..6d46566 100755
--- a/test/run
+++ b/test/run
@@ -55,7 +55,6 @@ for (;;) {
$prog_line = 0;
}
if ($line =~ s/^\s*\$ ?//) {
- $line =~ s/\s+#.*//; # remove comments here...
$prog = [ map { s/\\(.)/$1/g; $_ } split /(?<!\\)\s+/, $line ];
$prog_line = $lineno;
$in = [];