summaryrefslogtreecommitdiff
path: root/tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp')
-rw-r--r--tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp b/tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp
index 45b26830f8a..741037f4bbe 100644
--- a/tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp
+++ b/tests/tests/jni/libjnitest/android_jni_cts_LinkerNamespacesTest.cpp
@@ -91,7 +91,7 @@ static bool is_directory(const char* path) {
static bool not_accessible(const std::string& err) {
return err.find("dlopen failed: library \"") == 0 &&
- err.find("is not accessible for the namespace \"classloader-namespace\"") != std::string::npos;
+ err.find("is not accessible for the namespace \"") != std::string::npos;
}
static bool not_found(const std::string& err) {