Skip to content

Commit

Permalink
test: Adapt ppplugin include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Nov 26, 2024
1 parent 548639b commit ce3647a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/detail_templates_tests.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "detail/template_helpers.h"
#include "ppplugin/detail/template_helpers.h"

#include <memory>
#include <tuple>
Expand Down
2 changes: 1 addition & 1 deletion test/expected_tests.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "expected.h"
#include "ppplugin/expected.h"
#include "test_helper.h"
#include "test_types.h"

Expand Down
2 changes: 1 addition & 1 deletion test/scope_guard_tests.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "detail/scope_guard.h"
#include "ppplugin/detail/scope_guard.h"

#include <functional>
#include <utility>
Expand Down

0 comments on commit ce3647a

Please sign in to comment.