[ObjC] Remove the C++ version check in the test.

The enum still work, and it doesn't seem worth keeping this gate
that has to be updated. Xcode 26 beta 1 tripped this.

PiperOrigin-RevId: 770210931
This commit is contained in:
Thomas Van Lenten 2025-06-11 10:25:00 -07:00 committed by Copybara-Service
parent 3451fa12e1
commit e39b79f94e

View file

@ -24,11 +24,6 @@
// Sanity check the conditions of the test within the Xcode project.
#if !__cplusplus
#error This isn't compiled as Objective C++?
#elif __cplusplus >= 201103L
// If this trips, it means the Xcode default might have change (or someone
// edited the testing project) and it might be time to revisit the GPB_ENUM
// define in GPBBootstrap.h.
#warning Did the Xcode default for C++ spec change?
#endif
// Dummy XCTest.