summaryrefslogtreecommitdiff
path: root/tests/need_lib_prefix.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/need_lib_prefix.at')
-rw-r--r--tests/need_lib_prefix.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/need_lib_prefix.at b/tests/need_lib_prefix.at
index 0994c24a..46a0d6ee 100644
--- a/tests/need_lib_prefix.at
+++ b/tests/need_lib_prefix.at
@@ -74,12 +74,12 @@ moduletest (lt_dlhandle handle)
if (!f)
{
- complain ("function `f' not found");
+ complain ("function 'f' not found");
return 1;
}
if (!v)
{
- complain ("variable `i' not found");
+ complain ("variable 'i' not found");
return 1;
}
printf ("%s: %d\n", info->name, f (*v));