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:
committed by
Facebook Github Bot 6
parent
c373056d80
commit
28bc42a988
@@ -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>
|
||||
|
Reference in New Issue
Block a user