summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite.py b/testsuite.py
index 6663f32..a250c6e 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1694,13 +1694,6 @@ g
verify_is_normal_choice_symbol("WS9")
- print("Testing compatibility with weird selects/implies")
-
- # Check that Kconfiglib doesn't crash for stuff like 'select n' (seen in
- # U-Boot). These probably originate from misunderstandings of how Kconfig
- # works.
- Kconfig("Kconfiglib/tests/Kwtf")
-
print("\nAll selftests passed\n" if all_passed else
"\nSome selftests failed\n")