From a8a18acdada4b4866566f709dcd81e08c9086656 Mon Sep 17 00:00:00 2001 From: mpech Date: Wed, 28 Sep 2011 16:25:35 +0200 Subject: [PATCH] forgot to uncomment... --- tests/tools/toolTestRunner.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools/toolTestRunner.cxx b/tests/tools/toolTestRunner.cxx index b2aa36c..2123211 100644 --- a/tests/tools/toolTestRunner.cxx +++ b/tests/tools/toolTestRunner.cxx @@ -176,7 +176,7 @@ int main(int argc, char** argv){ remove(rawFile.c_str()); } //neither the mhd is - //remove(outFile.c_str()); + remove(outFile.c_str()); //success return 0; -- 2.45.1