diff options
Diffstat (limited to 'old-tests')
-rw-r--r-- | old-tests/parser/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-tests/parser/driver.cxx b/old-tests/parser/driver.cxx index 7c73937..af50bd9 100644 --- a/old-tests/parser/driver.cxx +++ b/old-tests/parser/driver.cxx @@ -143,7 +143,7 @@ parse (const char* s) // Create a minimal root scope. // - auto i (scopes.insert (path::current (), nullptr, true, true)); + auto i (scopes.insert (path::current_directory (), nullptr, true, true)); scope& root (*i->second); root.src_path_ = root.out_path_ = &i->first; |