Skip to content

Commit

Permalink
Fix misleading comment for include gc.h in cordtest.c
Browse files Browse the repository at this point in the history
(fix of commit 247bf4e)

* cord/tests/cordtest.c: Remove "for GC_INIT only" comment belonging to
include gc.h directive.
  • Loading branch information
ivmai committed Apr 27, 2024
1 parent f42f3a1 commit 4a30fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cord/tests/cordtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# include <stdio.h>
# include <stdlib.h>

#include "gc.h" /* For GC_INIT() only */
#include "gc.h"
#include "gc/cord.h"

/* This is a very incomplete test of the cord package. It knows about */
Expand Down

0 comments on commit 4a30fab

Please sign in to comment.