| Index: mojo/public/js/bindings/tests/run_js_tests.cc
|
| diff --git a/mojo/public/js/bindings/tests/run_js_tests.cc b/mojo/public/js/bindings/tests/run_js_tests.cc
|
| index 41fa1116450432ec327cd0950671359c407ae9e4..54d980613a97d44b9bb28add4651e4fc60b10b43 100644
|
| --- a/mojo/public/js/bindings/tests/run_js_tests.cc
|
| +++ b/mojo/public/js/bindings/tests/run_js_tests.cc
|
| @@ -52,6 +52,10 @@ TEST(JSTest, codec) {
|
| RunTest("codec_unittests.js", true);
|
| }
|
|
|
| +TEST(JSTest, struct) {
|
| + RunTest("struct_unittests.js", true);
|
| +}
|
| +
|
| TEST(JSTest, validation) {
|
| RunTest("validation_unittests.js", true);
|
| }
|
|
|