summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/error_codes_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/src/tests/messages/error_codes_test.cpp')
-rw-r--r--documentapi/src/tests/messages/error_codes_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/src/tests/messages/error_codes_test.cpp b/documentapi/src/tests/messages/error_codes_test.cpp
index e9ad68f441e..57c97956d0d 100644
--- a/documentapi/src/tests/messages/error_codes_test.cpp
+++ b/documentapi/src/tests/messages/error_codes_test.cpp
@@ -99,7 +99,7 @@ std::string to_sorted_key_value_string(const NamedErrorCodes& codes) {
std::string
ErrorCodesTest::path_prefixed(const std::string& file_name) const {
- return GetSourceDirectory() + "../../../test/crosslanguagefiles/" + file_name;
+ return TEST_PATH("../../../test/crosslanguagefiles/" + file_name);
}
void