diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-22 10:39:49 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-22 10:39:49 +0200 |
commit | 158838f9b52d21610626f55964170a3e82f6ccdb (patch) | |
tree | 0dee778483d667209aca5f2a0a09d9f0c213bca0 /test/test.cc | |
parent | bef1d5542f926a3b942374707dd56041013d35ff (diff) | |
parent | 2699cb7d324ffb1d2adc62e1f62434397aa39e2d (diff) |
Merge with master
Diffstat (limited to 'test/test.cc')
-rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index 88c72e6..282062d 100644 --- a/test/test.cc +++ b/test/test.cc @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) runner.addTest( suite ); std::ofstream myfile; - myfile.open("result_"OUTPUT".xml"); + myfile.open("result_" OUTPUT ".xml"); runner.setOutputter(new CppUnit::XmlOutputter(&runner.result(), myfile)); // Run the tests. |