aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-16 18:42:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-16 18:42:28 +0200
commitf6ce9b5981ce316c5f3fd59fda62f21d03ef9b8c (patch)
tree0b3fd74df3596bcaf416e84e321b8b718cebe45e /tests
parentfa795f566b3862c9d52fdf1b4f5a4bece253e003 (diff)
Fix c-tor call
Diffstat (limited to 'tests')
-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 33836cb..1d10e85 100644
--- a/tests/dump/driver.cxx
+++ b/tests/dump/driver.cxx
@@ -522,7 +522,7 @@ main (Int argc, Char* argv[])
//
SemanticGraph::Path path (argv[i], boost::filesystem::native);
- Parser parser (true, true);
+ Parser parser (true, false, true);
Evptr<SemanticGraph::Schema> tu (parser.parse (path));
//