Use lowercase @generated in tests

Summary:
The presence of lowercase "generated" anywhere in a file means Phabricator and Meta's fork of VSCode will treat the file as generated. Change generated tests to use the exact string.

Changelog:
[Internal]

Reviewed By: yungsters

Differential Revision: D41312171

fbshipit-source-id: 2bc8ef450d8377ffbacf443043d115a418db4a2e
This commit is contained in:
Nick Gerleman
2022-11-15 19:51:48 -08:00
committed by Facebook GitHub Bot
parent 8166c81135
commit efefc1eb7f
77 changed files with 77 additions and 77 deletions

View File

@@ -6,7 +6,7 @@
*/
// clang-format off
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html
// @generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html
#include <gtest/gtest.h>
#include <yoga/Yoga.h>