summaryrefslogtreecommitdiff
path: root/tests/library/testlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/testlib.c')
-rw-r--r--tests/library/testlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/library/testlib.c b/tests/library/testlib.c
index 14c9efc..ee97b87 100644
--- a/tests/library/testlib.c
+++ b/tests/library/testlib.c
@@ -1,3 +1,3 @@
-int wolf_f( int a ) {
+int multiply_by_two( int a ) {
return a * 2;
}