commit | 50f6959b82959e6c017c3e3f0ed43997f4a8d841 | [log] [tgz] |
---|---|---|
author | C.J. Winslow <whoaa512@gmail.com> | Sat Jul 27 11:58:02 2024 -0700 |
committer | GitHub <noreply@github.com> | Sat Jul 27 18:58:02 2024 +0000 |
tree | dc062d5613c833605bcb87404298c5c78524b45b | |
parent | bbca748b4685320b79cf805f1218b157276dd065 [diff] |
Always check files in generation tests (#1847) When iterating on new language plugins, it is helpful to have the CheckFiles validation run so that any mismatched BUILD file output can be shown. Replacing `FailNow` with `Fail` allows for this