aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-04-18 21:32:50 +0300
committerJukka Jylänki <jujjyl@gmail.com>2013-04-18 21:33:46 +0300
commitd9173c5dfb0c58a7d5be96f1e4615cefd77f6f43 (patch)
tree92b5ddb4b077bfc92becd950f100ed1611461889
parentd45afdc6f7ffae61c5c9137761529da2841af20d (diff)
Restore -O2 test on other.test_embind - works ok.
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 7619e85f..b3d995bf 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10243,8 +10243,8 @@ f.close()
for args, fail in [
([], True), # without --bind, we fail
(['--bind'], False),
- (['--bind', '-O1'], False)
- # XXX TODO (['--bind', '-O2'], False)
+ (['--bind', '-O1'], False),
+ (['--bind', '-O2'], False)
]:
print args, fail
self.clear()