mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a68415270c
Summary: This test was used to compare the old codegen output with the new codegen output. It was written predominately to test the ObjC++ generator. A few reasons why we should delete this: 1. We do not want the old and the new codegen targets co-existing because it will slow down buck query. 2. The new ObjC++ codegen output is different from the old. In the new ObjC++ generator, we aren't generating dead structs. Therefore, this test simply won't work on the most sophisticated generator (i.e: the generator it was designed to run on). The other generators are really simple. We've also been running the ObjC++ and the Java generators in production for over a month for react-native-github specs. These are arguably the most complicated specs we maintain, so generator correctness isn't too much of a concern. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D25683069 fbshipit-source-id: b2175f34f50a078d80ef738e59024f546628219a