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

Unified Diff: mojo/public/js/struct_unittests.js

Issue 1635783003: Fix mojo_js_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/struct_unittests.js
diff --git a/mojo/public/js/struct_unittests.js b/mojo/public/js/struct_unittests.js
index c0131be14d529cf2d038e8f805910e774c4b86af..691d51ba58586e673df4fc394573f7bfc602573f 100644
--- a/mojo/public/js/struct_unittests.js
+++ b/mojo/public/js/struct_unittests.js
@@ -79,7 +79,6 @@ define([
function testScopedConstants() {
expect(testStructs.ScopedConstants.TEN).toEqual(10);
expect(testStructs.ScopedConstants.ALSO_TEN).toEqual(10);
- expect(testStructs.ScopedConstants.TEN_TOO).toEqual(10);
expect(testStructs.ScopedConstants.EType.E0).toEqual(0);
expect(testStructs.ScopedConstants.EType.E1).toEqual(1);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698