Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1138)

Unified Diff: mojo/public/bindings/js/mojo_unittests.js

Issue 62333018: Implement Asynchronous Module Definition API for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/bindings/js/mojo.cc ('k') | mojo/public/bindings/js/runner_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
-}
« no previous file with comments | « mojo/public/bindings/js/mojo.cc ('k') | mojo/public/bindings/js/runner_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698