From 1b4d53f301e31fb5e4fbe687741367b938377009 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 31 Dec 2014 16:10:50 +0100 Subject: Fix C++ API test --- api_test/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'api_test/main.c') diff --git a/api_test/main.c b/api_test/main.c index fae1d05..d2e41d3 100644 --- a/api_test/main.c +++ b/api_test/main.c @@ -7,12 +7,10 @@ #include "node.h" #include "harness.h" +#include "cplusplus.h" #define UTF8_REPL "\xEF\xBF\xBD" -void -test_cplusplus(test_batch_runner *runner); - static const cmark_node_type node_types[] = { CMARK_NODE_DOCUMENT, CMARK_NODE_BLOCK_QUOTE, -- cgit v1.2.3