diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-12-31 00:55:07 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-12-31 00:55:07 +0900 |
| commit | 1d7d7062fcfbe2ea389a20732287d3247985e289 (patch) | |
| tree | c52571d8b35c098e35d694830297ba3c6a3c5716 /test | |
| parent | 3531fe179c0d58125e13dd08c53fe1ab084339c0 (diff) | |
| download | mruby-1d7d7062fcfbe2ea389a20732287d3247985e289.tar.gz mruby-1d7d7062fcfbe2ea389a20732287d3247985e289.zip | |
__t_printstr__ may not be available for tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/assert.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/assert.rb b/test/assert.rb index ca3ebc887..e8368c64c 100644 --- a/test/assert.rb +++ b/test/assert.rb @@ -10,7 +10,7 @@ def t_print(*args) len = args.size while i < len str = args[i].to_s - __t_printstr__ str + __t_printstr__ str rescue print str i += 1 end end |
