diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-05-08 16:24:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-05-08 16:24:58 -0700 |
commit | d67cebe3945ea47360dd4b543255cfa732ed3a8b (patch) | |
tree | 4fdf905bbd8ca1affaa43b93d317e7f7c8fe2ee3 | |
parent | 2ad7b1037ceb2d5ec5457df8c1365694469dcab2 (diff) |
comment for massive
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 04271192..6a920a7b 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -4934,6 +4934,8 @@ def process(filename): print "disabling inlining" # without registerize (which -g disables), we generate huge amounts of code Settings.INLINING_LIMIT = 50 + #Settings.OUTLINING_LIMIT = 60000 + self.do_run(r''' #define SQLITE_DISABLE_LFS #define LONGDOUBLE_TYPE double |