From a67ce539ef4081f9faa24697940f9b06a753c1eb Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 5 Sep 2019 15:10:09 +0200 Subject: [PATCH] test: Fix CS. --- lib/runtime-c-api/tests/test-exports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-c-api/tests/test-exports.c b/lib/runtime-c-api/tests/test-exports.c index f583e8bd3..5ca9aaa56 100644 --- a/lib/runtime-c-api/tests/test-exports.c +++ b/lib/runtime-c-api/tests/test-exports.c @@ -384,7 +384,7 @@ int main() assert(call_result == WASMER_OK); } - + { printf("\nCheck the `string` exported function\n");