diff options
Diffstat (limited to 'cmds/idmap2/tests/Main.cpp')
-rw-r--r-- | cmds/idmap2/tests/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/idmap2/tests/Main.cpp b/cmds/idmap2/tests/Main.cpp index f2469eaf57cc..0f683ffd8eef 100644 --- a/cmds/idmap2/tests/Main.cpp +++ b/cmds/idmap2/tests/Main.cpp @@ -25,7 +25,7 @@ namespace android { namespace idmap2 { -const std::string GetTestDataPath() { +std::string GetTestDataPath() { return base::GetExecutableDirectory() + "/tests/data"; } |