diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-06-02 11:51:59 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-06-02 11:51:59 +0900 |
| commit | e0fbf25f90d5f1802cf6e609fe83e7d53c25fe35 (patch) | |
| tree | 9ac2a7483349e4358b64d0ecd007aa25762065d5 /test/t/codegen.rb | |
| parent | 079f310fbc9c23b97f062230c32bd91ac65e4835 (diff) | |
| download | mruby-e0fbf25f90d5f1802cf6e609fe83e7d53c25fe35.tar.gz mruby-e0fbf25f90d5f1802cf6e609fe83e7d53c25fe35.zip | |
Remove tests which can not be compiled on CRuby.
Diffstat (limited to 'test/t/codegen.rb')
| -rw-r--r-- | test/t/codegen.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/t/codegen.rb b/test/t/codegen.rb index 709902741..29f5ad525 100644 --- a/test/t/codegen.rb +++ b/test/t/codegen.rb @@ -14,24 +14,6 @@ assert('empty condition in ternary expression parses correctly') do assert_equal(() ? 1 : 2, 2) end -assert('codegen absorbs arguments to redo and retry if they are the argument of a call') do - assert_nothing_raised do - a=*"1", case nil - when 1 - redo | - 1 - end - end - - assert_nothing_raised do - a=*"1", case nil - when 1 - retry | - 1 - end - end -end - assert('method call with exactly 127 arguments') do def args_to_ary(*args) args |
