summaryrefslogtreecommitdiff
path: root/testing/utils/path_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/utils/path_service.cpp')
-rw-r--r--testing/utils/path_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/utils/path_service.cpp b/testing/utils/path_service.cpp
index 9b2657406d..c3b8f40d18 100644
--- a/testing/utils/path_service.cpp
+++ b/testing/utils/path_service.cpp
@@ -33,7 +33,7 @@ bool PathService::GetExecutableDir(std::string* path) {
return false;
*path = std::string(path_buffer);
#elif defined(__APPLE__)
- FXSYS_assert(path);
+ ASSERT(path);
unsigned int path_length = 0;
_NSGetExecutablePath(NULL, &path_length);
if (path_length == 0)