summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/dso_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/dso_check.c b/testsuite/dso_check.c
index abb3163..adcaa99 100644
--- a/testsuite/dso_check.c
+++ b/testsuite/dso_check.c
@@ -42,7 +42,7 @@ int main (int argc, char *argv[])
oil_init ();
- printf("null is at %p\n", &oil_function_class_null);
+ printf("null is at %p\n", &oil_function_class_ptr_null);
oil_null ();
n = oil_class_get_n_classes ();