aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-19 11:21:45 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-19 11:21:51 -0700
commit1d128c1bccf76703941262712f309a565ca01fcf (patch)
tree05710532d89ff7fe5cd9b2e7ce970dfcb257d0ed
parente21902e6aa7241eb5854e0037051f1032c9377dd (diff)
update test_jcache
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index af36a8f3..8114338f 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -12841,7 +12841,7 @@ fi
(['--jcache'], 'hello_malloc.cpp', False, True, False, True, False, True, []),
([], 'hello_malloc.cpp', False, False, False, False, False, False, []),
# new, huge file
- ([], 'hello_libcxx.cpp', False, False, False, False, False, False, ('3 chunks',)),
+ ([], 'hello_libcxx.cpp', False, False, False, False, False, False, ('4 chunks',)),
(['--jcache'], 'hello_libcxx.cpp', True, False, True, False, True, False, []),
(['--jcache'], 'hello_libcxx.cpp', False, True, False, True, False, True, []),
([], 'hello_libcxx.cpp', False, False, False, False, False, False, []),