diff options
| -rw-r--r-- | testsuite.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite.py b/testsuite.py index 403fb06..da96075 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1357,13 +1357,6 @@ g config_test_file = "Kconfiglib/tests/config_test" - def write_and_verify_header(header): - c.write_config(config_test_file, header) - c.load_config(config_test_file) - verify(c.config_header == header, - "The header {} morphed into {} on loading" - .format(repr(header), repr(c.config_header))) - def verify_file_contents(fname, contents): with open(fname, "r") as f: file_contents = f.read() |
