Add generation script header to generated tests

Summary: Add header to generated code so that code can easily be re-generated in case test generation is improved in the future.

Reviewed By: lucasr

Differential Revision: D3715181

fbshipit-source-id: 593baa691c2d7c7f171c6673898fb8a2ecf0e008
This commit is contained in:
Emil Sjolander
2016-08-15 09:15:07 -07:00
committed by Facebook Github Bot 6
parent c373056d80
commit 28bc42a988
2 changed files with 34 additions and 3 deletions

View File

@@ -7,6 +7,16 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
/**
* @Generated by gentest/gentest.sh with the following input
*
* <div style="width: 300px; height: 100px; flex-direction: row;">
* <div style="flex-basis: 100px; flex-grow: 1;"></div>
* <div style="flex-grow: 1;"></div>
* </div>
*
*/
#include <CSSLayout/CSSLayout-internal.h>
#include <CSSLayoutTestUtils/CSSLayoutTestUtils.h>
#include <gtest/gtest.h>