diff options
Diffstat (limited to 'tests/modulecachetest.cc')
-rw-r--r-- | tests/modulecachetest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modulecachetest.cc b/tests/modulecachetest.cc index 423cffc..5531461 100644 --- a/tests/modulecachetest.cc +++ b/tests/modulecachetest.cc @@ -73,7 +73,7 @@ int main(int argc, char **argv) currentdir = boosty::stringy( fs::current_path() ); - parser_init(boosty::stringy(fs::path(argv[0]).branch_path()), false); + parser_init(boosty::stringy(fs::path(argv[0]).branch_path())); add_librarydir(boosty::stringy(fs::path(argv[0]).branch_path() / "../libraries")); ModuleContext top_ctx; |