X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=blobdiff_plain;f=test%2Fsuites%2Fapi%2Ftest_cpp.cpp;h=8a3b356a7c40ba48ec62f6620f65cbf87bb76838;hp=5d3964a55d0529164efde687c061544d8116a77b;hb=910a2f318bdf7d61d982ab76d2518d58d16b0365;hpb=c9fc055351b67256042c73a6a0a915c5b3b40c63 diff --git a/test/suites/api/test_cpp.cpp b/test/suites/api/test_cpp.cpp index 5d3964a..8a3b356 100644 --- a/test/suites/api/test_cpp.cpp +++ b/test/suites/api/test_cpp.cpp @@ -1,6 +1,5 @@ #include #include -#include #include "jansson.hpp" @@ -23,7 +22,7 @@ #define ASSERT_FALSE(p, m) ASSERT_OP(p, true, !=, m) int main() { - json::Value e1(json::load_file("suites/api/test.json")); + json::Value e1(json::load_file("suites/api/test_cpp.json")); json::Value e2(e1); json::Value e3; json::Value e4(json::load_string("{\"foo\": true, \"bar\": \"test\"}"));