diff --git a/src/llfs/testing/scenario_runner.hpp b/src/llfs/testing/scenario_runner.hpp index bf7cd3c..a65d9ea 100644 --- a/src/llfs/testing/scenario_runner.hpp +++ b/src/llfs/testing/scenario_runner.hpp @@ -7,8 +7,8 @@ //+++++++++++-+-+--+----- --- -- - - - - #pragma once -#ifndef LLFS_SCENARIO_RUNNER_HPP -#define LLFS_SCENARIO_RUNNER_HPP +#ifndef LLFS_TESTING_SCENARIO_RUNNER_HPP +#define LLFS_TESTING_SCENARIO_RUNNER_HPP #include // @@ -179,4 +179,4 @@ class ScenarioRunner } //namespace testing } //namespace llfs -#endif // LLFS_SCENARIO_RUNNER_HPP +#endif // LLFS_TESTING_SCENARIO_RUNNER_HPP