summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-05-21 17:47:01 -0500
committerNicolas Williams <nico@cryptonector.com>2015-05-21 17:55:27 -0500
commit4b258f7d31b34ff5d45fba431169e7fd4c995283 (patch)
tree2987821f4f458cd224dc1ea7ac100dad1ac1c2b3
parentd1cb8ee0ad3ddf03a37394bfa899cfd3ddd007c5 (diff)
Don't test input_filename/line_number yet
-rw-r--r--tests/all.test9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/all.test b/tests/all.test
index 5a87398b..106afaa4 100644
--- a/tests/all.test
+++ b/tests/all.test
@@ -1173,12 +1173,3 @@ import "test_bind_order" as check; check::check
null
true
-try input_filename catch .
-null
-"Unknown input filename"
-
-try input_line_number catch .
-null
-"Unknown input line number"
-
-