summaryrefslogtreecommitdiff
path: root/test/basictests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/basictests.c')
-rw-r--r--test/basictests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basictests.c b/test/basictests.c
index 414a2be..6b5218d 100644
--- a/test/basictests.c
+++ b/test/basictests.c
@@ -58,7 +58,7 @@ END_TEST
START_TEST (test_lwc_string_unref_aborts)
{
- lwc_string_unref(lwc_null);
+ lwc_string_unref(null_lwc);
}
END_TEST