aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 734dc51b..c17999b1 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -8515,7 +8515,7 @@ def process(filename):
assert 'jsCall' not in generated
Settings.RESERVED_FUNCTION_POINTERS = 1
- Settings.ALIASING_FUNCTION_POINTERS = 1
+ Settings.ALIASING_FUNCTION_POINTERS = 1 - Settings.ALIASING_FUNCTION_POINTERS # flip the test
self.do_run(src, '''Hello 7 from JS!''')
def test_scriptaclass(self):