enabled cpp17 tests in CI (#7524)

This commit is contained in:
Derek Bailey 2022-09-11 16:08:07 -07:00 committed by GitHub
parent 56e60223c3
commit c49aff4b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -146,6 +146,8 @@ void StringifyAnyFlatbuffersTypeTest() {
any_unique_type = 0
any_ambiguous_type = 0
signed_enum = -1
long_enum_non_enum_default = 0
long_enum_normal_default = 2
})";
// Call a generic function that has no specific knowledge of the flatbuffer we
@ -251,7 +253,7 @@ int FlatBufferCpp17Tests() {
StringifyAnyFlatbuffersTypeTest();
return 0;
}
} // namespace
} // namespace
int main(int /*argc*/, const char * /*argv*/[]) {
InitTestEngine();