File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ console.log("var global = Function('return this')();");
67
67
console . log ( "var googleProtobuf = require('google-protobuf');" ) ;
68
68
console . log ( "var testdeps = require('testdeps_commonjs');" ) ;
69
69
console . log ( "global.goog = testdeps.goog;" ) ;
70
- console . log ( "global.jspb = googleProtobuf.jspb ;" ) ;
70
+ console . log ( "global.jspb = googleProtobuf;" ) ;
71
71
console . log ( "var asserts = require('closure_asserts_commonjs');" ) ;
72
72
console . log ( "" ) ;
73
73
console . log ( "// Bring asserts into the global namespace." ) ;
Original file line number Diff line number Diff line change 29
29
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
31
goog . require ( 'goog.testing.asserts' ) ;
32
+ goog . require ( 'goog.testing.TestCase' ) ;
32
33
goog . require ( 'goog.userAgent' ) ;
33
34
34
35
// CommonJS-LoadFromFile: testbinary_pb proto.jspb.test
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ goog.setTestOnly();
34
34
35
35
goog . require ( 'goog.testing.PropertyReplacer' ) ;
36
36
goog . require ( 'goog.testing.asserts' ) ;
37
+ goog . require ( 'goog.testing.TestCase' ) ;
37
38
goog . require ( 'goog.userAgent' ) ;
38
39
39
40
// CommonJS-LoadFromFile: google-protobuf jspb
You can’t perform that action at this time.
0 commit comments