diff --git a/gentest/gentest-cpp.js b/gentest/gentest-cpp.js index 4834b45a..9a119557 100644 --- a/gentest/gentest-cpp.js +++ b/gentest/gentest-cpp.js @@ -28,8 +28,8 @@ CPPEmitter.prototype = Object.create(Emitter.prototype, { emitPrologue:{value:function() { this.push([ - '#include ', '#include ', + '#include ', '', ]); }}, diff --git a/gentest/gentest.js b/gentest/gentest.js index 2c63d9ae..b83f3bd4 100755 --- a/gentest/gentest.js +++ b/gentest/gentest.js @@ -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();