diff options
Diffstat (limited to 'test/rewrite_subs.cc')
| -rw-r--r-- | test/rewrite_subs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc index fe21f651..d8ec4eea 100644 --- a/test/rewrite_subs.cc +++ b/test/rewrite_subs.cc @@ -57,7 +57,7 @@ main (int argc, char* argv[]) } DCP* dcp = new DCP (argv[1]); - dcp->read (true); + dcp->read (); list<shared_ptr<CPL> > cpls = dcp->cpls (); for (list<boost::shared_ptr<CPL> >::iterator i = cpls.begin(); i != cpls.end(); ++i) { |
