Update gentest to match formatter

Reviewed By: emilsjolander

Differential Revision: D4482028

fbshipit-source-id: c6e1e0ecb0475fba62d25858c9e9960eab2701dc
This commit is contained in:
Pascal Hartig
2017-01-31 09:28:07 -08:00
committed by Facebook Github Bot
parent 6daad3ae66
commit fe7643c84a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,8 +28,8 @@ CPPEmitter.prototype = Object.create(Emitter.prototype, {
emitPrologue:{value:function() { emitPrologue:{value:function() {
this.push([ this.push([
'#include <yoga/Yoga.h>',
'#include <gtest/gtest.h>', '#include <gtest/gtest.h>',
'#include <yoga/Yoga.h>',
'', '',
]); ]);
}}, }},

View File

@@ -52,7 +52,7 @@ function printTest(e, LTRContainer, RTLContainer, genericContainer) {
' * of patent rights can be found in the PATENTS file in the same directory.', ' * of patent rights can be found in the PATENTS file in the same directory.',
' */', ' */',
'', '',
' // @Generated by gentest/gentest.rb from gentest/fixtures/' + document.title + '.html', '// @Generated by gentest/gentest.rb from gentest/fixtures/' + document.title + '.html',
'', '',
]); ]);
e.emitPrologue(); e.emitPrologue();