Remove test file.

This commit is contained in:
Ryan Curtin
2018-02-12 19:00:10 -05:00
parent b5b2c8d70c
commit ff565bada3
+1 -1
View File
@@ -230,7 +230,7 @@ void SerializeObject(T& t, T& newT)
}
ifs.close();
// remove(fileName.c_str());
remove(fileName.c_str());
BOOST_REQUIRE_EQUAL(success, true);
}