Index: mojo/public/js/bindings/validation_unittests.js |
diff --git a/mojo/public/js/bindings/validation_unittests.js b/mojo/public/js/bindings/validation_unittests.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..489ca1f56ddbac04cff6b7c62607b74cdf82803e |
--- /dev/null |
+++ b/mojo/public/js/bindings/validation_unittests.js |
@@ -0,0 +1,12 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+define([ |
+ "gin/test/expect", |
+ "mojo/public/js/bindings/tests/validation_test_input_parser" |
+ ], function(expect, parser) { |
+ |
+ expect(parser.checkMessageFileParser()).toBeNull(); |
+ this.result = "PASS"; |
+}); |