From 5b40bb8d159c1432bb87973b2b5f42473dd0c623 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 14 Oct 2020 15:52:14 +0900 Subject: 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. --- test/presym | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/presym (limited to 'test') diff --git a/test/presym b/test/presym deleted file mode 100644 index 1e551143b..000000000 --- a/test/presym +++ /dev/null @@ -1,4 +0,0 @@ -# List of symbols that cannot be detected by Rakefile -# Those symbols are not defined (to cause exceptions) -doesNotExistAsAMethodNameForVerySure -UnknownConstant -- cgit v1.2.3