Compare commits
1 commit
d88f14a66d
...
1a9b293dee
Author | SHA1 | Date | |
---|---|---|---|
1a9b293dee |
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ TEST(Serialize, Variant) {
|
||||||
"xmlns=\"urn:ietf:params:xml:ns:xmpp-streams\"/></stream:error>\n"sv);
|
"xmlns=\"urn:ietf:params:xml:ns:xmpp-streams\"/></stream:error>\n"sv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TEST(CheckFinalErrorPlace, Variant) {
|
||||||
|
ASSERT_EQ(std::variant_size<StreamError>::value, utempl::kTupleSize<StreamError>);
|
||||||
|
}
|
||||||
|
|
||||||
namespace tests::serialization {
|
namespace tests::serialization {
|
||||||
|
|
||||||
struct SomeStruct {
|
struct SomeStruct {
|
||||||
|
|
Loading…
Reference in a new issue