mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-07 13:27:59 +00:00
Fix defect
This commit is contained in:
@@ -274,8 +274,8 @@ TEST_F(DataTypeAdapter, ByteToShortValidationOfResults)
|
||||
std::cerr << e.code().message() << std::endl;
|
||||
}
|
||||
ifs.close();
|
||||
remove(file_name_input.c_str());
|
||||
remove(file_name_output.c_str());
|
||||
ASSERT_EQ(remove(file_name_input.c_str()), 0) << "Problem deleting temporary file";
|
||||
ASSERT_EQ(remove(file_name_output.c_str()), 0) << "Problem deleting temporary file";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user