tests: fix some include guards
[babeltrace.git] / tests / lib / utils / run-in.hpp
index d08e931a125cb8e67719ec8765c389b49f405a99..f887d7a1c59b717011d4a7be5954347bda596fbf 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2020-2023 EfficiOS, inc.
  */
 
-#ifndef TESTS_LIB_UTILS_H
-#define TESTS_LIB_UTILS_H
+#ifndef TESTS_LIB_UTILS_RUN_IN_HPP
+#define TESTS_LIB_UTILS_RUN_IN_HPP
 
 #include <babeltrace2/babeltrace.h>
 
@@ -46,4 +46,4 @@ public:
  */
 void runIn(RunIn& runIn);
 
-#endif /* TESTS_LIB_UTILS_H */
+#endif /* TESTS_LIB_UTILS_RUN_IN_HPP */
This page took 0.023068 seconds and 4 git commands to generate.