Skip to content

Commit 465e63d

Browse files
committed
test - fix path to stay in folder
1 parent 5f0717d commit 465e63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/t406-qfunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// Also test include path with "/../"
2020
#include "../tests/t406-qfunction-helper.h"
2121
// Also test include path with "/../../"
22-
#include "../../libCEED/tests/t406-qfunction-helper.h"
22+
#include "output/../../tests/t406-qfunction-helper.h"
2323
# include "t406-qfunction-scales.h"
2424
// clang-format on
2525

0 commit comments

Comments
 (0)