diff options
| -rwxr-xr-x | test/971-iface-super/util-src/generate_smali.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/971-iface-super/util-src/generate_smali.py b/test/971-iface-super/util-src/generate_smali.py index f01c9043b9..3681411867 100755 --- a/test/971-iface-super/util-src/generate_smali.py +++ b/test/971-iface-super/util-src/generate_smali.py @@ -39,7 +39,7 @@ import itertools import string # The max depth the type tree can have. -MAX_IFACE_DEPTH = 3 +MAX_IFACE_DEPTH = 2 class MainClass(mixins.DumpMixin, mixins.Named, mixins.SmaliFileMixin): """ |