another test case
This commit is contained in:
parent
9e8e11339d
commit
9ea3dd9b60
1 changed files with 1 additions and 0 deletions
|
@ -2117,6 +2117,7 @@ TEST_CASE("value conversion")
|
|||
CHECK_THROWS_AS((json().get<std::list<int>>()), std::logic_error);
|
||||
CHECK_THROWS_AS((json().get<std::vector<int>>()), std::logic_error);
|
||||
CHECK_THROWS_AS((json().get<std::vector<json>>()), std::logic_error);
|
||||
CHECK_THROWS_AS((json().get<std::list<json>>()), std::logic_error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue