diff options
| -rw-r--r-- | test/instrumentparsertest.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/instrumentparsertest.cc b/test/instrumentparsertest.cc index 8b4c18b..44011e1 100644 --- a/test/instrumentparsertest.cc +++ b/test/instrumentparsertest.cc @@ -70,7 +70,7 @@ public:  			" </samples>\n" \  			"</instrument>");  		Instrument instrument(settings, rand); -		InstrumentParser parser(instrument); +		InstrumentParser parser(instrument, settings);  		CPPUNIT_ASSERT_EQUAL(0, parser.parseFile(scoped_file.filename()));  		CPPUNIT_ASSERT_EQUAL(std::string(""), instrument._group); | 
