Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 16, 2024
1 parent 5d8a3ec commit 86a5ebd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ TEST_F(SimulationTimestampFileReadTest, SimulationTimestampFileReadBasicTest) {

void SimulationTimestampFileReadTest::do_SimulationTimestampFileReadBasic_test() {
auto simulation = wrench::Simulation::createSimulation();
int argc = 1;
int argc = 2;
auto argv = (char **) calloc(argc, sizeof(char *));
argv[0] = strdup("unit_test");
argv[1] = strdup("--wrench-full-log");

ASSERT_NO_THROW(simulation->init(&argc, argv));

Expand Down Expand Up @@ -217,8 +218,7 @@ void SimulationTimestampFileReadTest::do_SimulationTimestampFileReadBasic_test()
std::make_pair(xl_file_start, xl_file_end),
};

std::shared_ptr<wrench::StorageService> service = storage_service;

// std::shared_ptr<wrench::StorageService> service = storage_service;

for (auto &fc: file_read_timestamps) {

Expand Down

0 comments on commit 86a5ebd

Please sign in to comment.