Index: mojo/public/bindings/js/mojo_unittests.js |
diff --git a/mojo/public/bindings/js/mojo_unittests.js b/mojo/public/bindings/js/mojo_unittests.js |
deleted file mode 100644 |
index 1e24ed8f8237e02d0c3bbf8e79341b0453e58f41..0000000000000000000000000000000000000000 |
--- a/mojo/public/bindings/js/mojo_unittests.js |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-// Copyright 2013 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. |
- |
-function main(mojo) { |
- mojo.gtest.expectTrue(mojo.core, "mojo.core"); |
- mojo.gtest.expectFalse(mojo.foo, "mojo.foo"); |
-} |