Skip to content

Commit

Permalink
coverage++?
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed May 21, 2024
1 parent 15ec1ff commit 1f6b441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/fsmod/Partition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ namespace simgrid::module::fs {
LRU = 2
};

virtual ~Partition() = default;
//virtual ~Partition() = default;
virtual ~Partition() {} // codecov?

/**
* @brief Retrieves the partition's name
Expand Down

0 comments on commit 1f6b441

Please sign in to comment.