From: mpech Date: Wed, 28 Sep 2011 14:25:35 +0000 (+0200) Subject: forgot to uncomment... X-Git-Tag: v1.3.0~214^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a8a18acdada4b4866566f709dcd81e08c9086656;p=clitk.git forgot to uncomment... --- 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;