mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
enabled cpp17 tests in CI (#7524)
This commit is contained in:
parent
56e60223c3
commit
c49aff4b6f
2 changed files with 11 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue