Skip to content

Commit

Permalink
tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Nov 11, 2011
1 parent 502b790 commit 0d9ef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4364,9 +4364,9 @@ def test_eliminator(self):

Building.COMPILER_TEST_OPTS = []

Settings.QUANTUM_SIZE = 1
Settings.RELOOP = Settings.OPTIMIZE = 1
Settings.USE_TYPED_ARRAYS = 1
Settings.QUANTUM_SIZE = 1
Settings.I64_MODE = 0
Settings.ASSERTIONS = Settings.SAFE_HEAP = Settings.CHECK_OVERFLOWS = Settings.CORRECT_OVERFLOWS = Settings.CHECK_SIGNS = Settings.INIT_STACK = Settings.AUTO_OPTIMIZE = Settings.RUNTIME_TYPE_INFO = 0
Settings.INVOKE_RUN = 1
Expand Down

0 comments on commit 0d9ef12

Please sign in to comment.