3.14 compat

This commit is contained in:
Michael Davidsaver
2017-07-13 19:14:52 +02:00
parent 4cfdb8233f
commit 87fa150ced

View File

@@ -232,11 +232,7 @@ MAIN(testjson)
MAIN(testjson)
{
testPlan(1);
try {
testSkip(1, "JSON parser requires Base >=3.15.0.1");
}catch(std::exception& e){
testAbort("Unexpected exception: %s", e.what());
}
testSkip(1, "JSON parser requires Base >=3.15.0.1");
return testDone();
}
#endif //EPICS_VERSION_INT