summaryrefslogtreecommitdiff
path: root/tests/53-sim-binary_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/53-sim-binary_tree.py')
-rwxr-xr-xtests/53-sim-binary_tree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/53-sim-binary_tree.py b/tests/53-sim-binary_tree.py
index 39b2769..8ee58cd 100755
--- a/tests/53-sim-binary_tree.py
+++ b/tests/53-sim-binary_tree.py
@@ -68,6 +68,7 @@ table = [
def test(args):
f = SyscallFilter(ALLOW)
+ f.set_attr(Attr.CTL_OPTIMIZE, 2)
f.remove_arch(Arch())
f.add_arch(Arch("aarch64"))