Update gentest to match formatter
Reviewed By: emilsjolander Differential Revision: D4482028 fbshipit-source-id: c6e1e0ecb0475fba62d25858c9e9960eab2701dc
This commit is contained in:
committed by
Facebook Github Bot
parent
6daad3ae66
commit
fe7643c84a
@@ -28,8 +28,8 @@ CPPEmitter.prototype = Object.create(Emitter.prototype, {
|
||||
|
||||
emitPrologue:{value:function() {
|
||||
this.push([
|
||||
'#include <yoga/Yoga.h>',
|
||||
'#include <gtest/gtest.h>',
|
||||
'#include <yoga/Yoga.h>',
|
||||
'',
|
||||
]);
|
||||
}},
|
||||
|
@@ -52,7 +52,7 @@ function printTest(e, LTRContainer, RTLContainer, genericContainer) {
|
||||
' * 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();
|
||||
|
Reference in New Issue
Block a user