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:
Yukihiro "Matz" Matsumoto
2020-10-14 15:52:14 +09:00
parent 82046ff26e
commit 5b40bb8d15
5 changed files with 17 additions and 21 deletions
-4
View File
@@ -1,4 +0,0 @@
# List of symbols that cannot be detected by Rakefile
# Those symbols are not defined (to cause exceptions)
doesNotExistAsAMethodNameForVerySure
UnknownConstant