mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Avoid using C struct dump for test Ruby code.
Files under `test/t` and `mrbgem/*/test` are for tests, not for actual execution. So symbols in those files need not to be pre-allocated. This change slightly reduce the memory consumption.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
# List of symbols that cannot be detected by Rakefile
|
||||
# Those symbols are not defined (to cause exceptions)
|
||||
doesNotExistAsAMethodNameForVerySure
|
||||
UnknownConstant
|
||||
Reference in New Issue
Block a user