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); |