diff options
Diffstat (limited to 'tests/tests-common.cc')
-rw-r--r-- | tests/tests-common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests-common.cc b/tests/tests-common.cc index 1f19c59..1694a74 100644 --- a/tests/tests-common.cc +++ b/tests/tests-common.cc @@ -25,7 +25,7 @@ AbstractModule *parsefile(const char *filename) text << buffer; } fclose(fp); - text << commandline_commands; + text << "\n" << commandline_commands; root_module = parse(text.str().c_str(), fileInfo.absolutePath().toLocal8Bit(), false); } return root_module; |