aboutsummaryrefslogtreecommitdiffstats
path: root/basictest
diff options
context:
space:
mode:
Diffstat (limited to 'basictest')
-rwxr-xr-xbasictest/test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/basictest/test.rb b/basictest/test.rb
index 25d52ca1ef..5760a139b8 100755
--- a/basictest/test.rb
+++ b/basictest/test.rb
@@ -984,13 +984,6 @@ test_ok($z == 0)
test_check "iterator"
-test_ok(!iterator?)
-
-def ttt
- test_ok(iterator?)
-end
-ttt{}
-
# yield at top level
test_ok(!defined?(yield))