aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest_globals.h
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-11-25 12:23:11 -0800
committerDimitry Ivanov <dimitry@google.com>2016-11-28 13:09:19 -0800
commitd0b5c3ad65accd2c0298edbdfd527ede63e68ba1 (patch)
tree2c38f769ab809642c585c84a5142f4507e788488 /tests/gtest_globals.h
parent0dafdd430661b96439b1d154d6ce146fd46f617e (diff)
downloadbionic-d0b5c3ad65accd2c0298edbdfd527ede63e68ba1.tar.gz
Fix bionic-unit-tests-glibc
Also add another test for dlsym(RTLD_NEXT, ..) Bug: http://b/33106624 Test: run bionic-unit-tests-glibc and bionic-unit-tests Change-Id: I340165d66bf2360b0e3273d3561a08cb5e7bd025
Diffstat (limited to 'tests/gtest_globals.h')
-rw-r--r--tests/gtest_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtest_globals.h b/tests/gtest_globals.h
index fab2a399e..019849d7f 100644
--- a/tests/gtest_globals.h
+++ b/tests/gtest_globals.h
@@ -21,6 +21,6 @@
constexpr const char* kPrebuiltElfDir = "prebuilt-elf-files";
-extern const std::string g_testlib_root;
+const std::string& get_testlib_root();
#endif // _BIONIC_TESTS_GTEST_GLOBALS_H