diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-12-31 16:10:50 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-12-31 17:14:00 +0100 |
commit | 1b4d53f301e31fb5e4fbe687741367b938377009 (patch) | |
tree | 2f51d2124b9737c002eea11a7bf0fbea5f09a799 /api_test/cplusplus.cpp | |
parent | 858d7982fba21ff087c8fb75f310670e3723f2ae (diff) |
Fix C++ API test
Diffstat (limited to 'api_test/cplusplus.cpp')
-rw-r--r-- | api_test/cplusplus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api_test/cplusplus.cpp b/api_test/cplusplus.cpp index ea64b06..b6228a3 100644 --- a/api_test/cplusplus.cpp +++ b/api_test/cplusplus.cpp @@ -1,10 +1,10 @@ #include <cstdlib> #include "cmark.h" - +#include "cplusplus.h" #include "harness.h" -extern "C" void +void test_cplusplus(test_batch_runner *runner) { static const char md[] = "paragraph\n"; |