diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 6dba0f23..b1ccedac 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -8669,7 +8669,7 @@ def process(filename): test() assert 'asm2g' in test_modes - if self.run_name == 'asm2g': + if self.run_name == 'asm2g' and configure[0] == 'sh': # Test forced alignment print >> sys.stderr, 'testing FORCE_ALIGNED_MEMORY' old = open('src.cpp.o.js').read() |