aboutsummaryrefslogtreecommitdiff
path: root/tests/dump/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dump/driver.cxx')
-rw-r--r--tests/dump/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dump/driver.cxx b/tests/dump/driver.cxx
index f17579f..766aaa4 100644
--- a/tests/dump/driver.cxx
+++ b/tests/dump/driver.cxx
@@ -578,7 +578,7 @@ main (int argc, char* argv[])
// Parse schema.
//
- SemanticGraph::Path path (argv[i], boost::filesystem::native);
+ SemanticGraph::Path path (argv[i]);
Parser parser (true, false, true);
auto_ptr<SemanticGraph::Schema> tu (parser.parse (path));