diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-07 20:29:43 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-07 20:29:43 -0800 |
commit | 7b633246186b42b11f6087f7c2f29262289e6883 (patch) | |
tree | b3f269cebc2d91cbbade194b50c846703bfb7b9d /tests | |
parent | c6144aa6e2e466b0d2b14ce14809eb97c0c4929e (diff) |
improve memory growth error
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index e7b4e6ad..bdc1b317 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2791,7 +2791,7 @@ def process(filename): ''' # Fail without memory growth - self.do_run(src, 'Cannot enlarge memory arrays. Adjust TOTAL_MEMORY (currently 10485760) or compile with ALLOW_MEMORY_GROWTH') + self.do_run(src, 'Cannot enlarge memory arrays.') fail = open('src.cpp.o.js').read() # Win with it |