diff options
Diffstat (limited to 'unittests/allplatformstests.py')
-rw-r--r-- | unittests/allplatformstests.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index 32e084d..911613e 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -2488,6 +2488,11 @@ class AllPlatformTests(BasePlatformTests): 'version': '1.0', }, { + 'descriptive_name': 'sub_static', + 'name': 'sub_static', + 'version': 'undefined' + }, + { 'descriptive_name': 'subsub', 'name': 'subsub', 'version': 'undefined' |