1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-03-09 17:29:47 +00:00

Undo change

This commit is contained in:
Mathieu Favreau
2026-01-26 21:30:26 +00:00
parent 78b21f3b70
commit fa68aa8623

View File

@@ -835,7 +835,7 @@ TEST_F(RinexPrinterTest, MixedObsLog)
EXPECT_EQ(0, expected_epoch.compare(line_epoch));
EXPECT_EQ(0, expected_sat.compare(line_sat));
// fs::remove(navfile);
fs::remove(navfile);
fs::remove(obsfile);
}