diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-12 14:25:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-12 14:51:33 +0900 |
| commit | e1c9e7efab7cd49a6d0033c566e97a118c42b863 (patch) | |
| tree | b94b176d033cf37f35ae89ef4e416471e8ff2e8a /mrbgems | |
| parent | 974e245ae0cb4a0c3eda14a9617090173b326e8a (diff) | |
| download | mruby-e1c9e7efab7cd49a6d0033c566e97a118c42b863.tar.gz mruby-e1c9e7efab7cd49a6d0033c566e97a118c42b863.zip | |
Changed packing format of inline symbols.
To make inline symbols packed in 30 bits.
Diffstat (limited to 'mrbgems')
| -rw-r--r-- | mrbgems/mruby-symbol-ext/test/symbol.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-symbol-ext/test/symbol.rb b/mrbgems/mruby-symbol-ext/test/symbol.rb index db686e5f4..a4fb27733 100644 --- a/mrbgems/mruby-symbol-ext/test/symbol.rb +++ b/mrbgems/mruby-symbol-ext/test/symbol.rb @@ -48,7 +48,7 @@ assert("Symbol#casecmp") do end assert("Symbol#empty?") do - assert_true :''.empty? + assert_false :'a'.empty? end assert('Symbol#intern') do |
