diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-09 05:44:47 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-09 05:45:03 +0100 |
| commit | 785def628438469f00d548ee937e7ef74376d3f6 (patch) | |
| tree | 3ed5a016f387dfb2f7aa05c7b53ac8feea5370b7 /kconfigtest.py | |
| parent | f520f2ba2f5ee0222a563cf76f9bd9906e4fe764 (diff) | |
Small formatting fix.
Diffstat (limited to 'kconfigtest.py')
| -rw-r--r-- | kconfigtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index 4f8b49e..85045c9 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -232,7 +232,7 @@ def run_selftests(): verify(c["G"].get_parent() is choice_2, "G's parent should be the second choice") verify(c["G"].get_parent().get_parent() is menu_2, - "G's grandparent should be the second menu") + "G's grandparent should be the second menu") # # Object fetching (same test file) @@ -244,7 +244,7 @@ def run_selftests(): verify(c.get_symbol("A") is A, "get_symbol() is broken") verify(c.get_top_level_items() == [A, choice_1, menu_1, menu_3, menu_4], - "Wrong items at top level") + "Wrong items at top level") verify(c.get_symbols(False) == [A, B, C, D, E, F, G, H, I], "get_symbols() is broken") |
