Files
swift-mirror/validation-test
tbkka 35dad1161a Fix reflection_Optional_Any to support non-Apple platforms (#35546)
* Fix reflection_Optional_Any to support non-Apple platforms

Apple and non-Apple platforms happen to use different number
of extra inhabitants in 64-bit pointers.  This is already
supported by the test framework, we just need to fill it in
properly for this one test.

* Remove OS= restriction
2021-01-22 11:51:37 -08:00
..