diff options
-rw-r--r-- | test/tc_function.rb (renamed from test/tc_functions.rb) | 0 | ||||
-rw-r--r-- | test/ts_other.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_functions.rb b/test/tc_function.rb index 15c9ad6e1..15c9ad6e1 100644 --- a/test/tc_functions.rb +++ b/test/tc_function.rb diff --git a/test/ts_other.rb b/test/ts_other.rb index f1076e6d1..5ad567a4b 100644 --- a/test/ts_other.rb +++ b/test/ts_other.rb @@ -2,5 +2,5 @@ require "blinktest.rb" -TestSuite.new(%w{oparse selector}) +TestSuite.new(%w{oparse selector function}) |