diff options
-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 |