remove old serialization support for UDQASTNode

This commit is contained in:
Arne Morten Kvarving
2020-03-16 15:31:06 +01:00
parent 5eb2ec30a5
commit c07fa535bd
3 changed files with 3 additions and 55 deletions

View File

@@ -1671,7 +1671,7 @@ BOOST_AUTO_TEST_CASE(UDQASTNode)
Opm::UDQASTNode val1(Opm::UDQVarType::NONE,
Opm::UDQTokenType::error,
"test", 1.0, {"test3"}, n1, n1);
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(UDQASTNode)
#endif
}