aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc b/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
index f2243657a5d..1df94b7c666 100644
--- a/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
+++ b/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
@@ -50,7 +50,7 @@ check_dlsym(void*& h)
typedef void (*function_type) (void);
function_type fn;
- fn = reinterpret_cast<function_type>(dlsym(h, "foo"));
+ fn = reinterpret_cast<function_type>(dlsym(h, "try_allocation"));
try
{