Commit 08c121a4 authored by yzshen's avatar yzshen Committed by Commit bot

Fix mojo_js_unittests.

ScopedConstants.TEN_TOO has been removed from mojom.

BUG=None

Review URL: https://codereview.chromium.org/1635783003

Cr-Commit-Position: refs/heads/master@{#371618}
parent aee53e9e
...@@ -79,7 +79,6 @@ define([ ...@@ -79,7 +79,6 @@ define([
function testScopedConstants() { function testScopedConstants() {
expect(testStructs.ScopedConstants.TEN).toEqual(10); expect(testStructs.ScopedConstants.TEN).toEqual(10);
expect(testStructs.ScopedConstants.ALSO_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.E0).toEqual(0);
expect(testStructs.ScopedConstants.EType.E1).toEqual(1); expect(testStructs.ScopedConstants.EType.E1).toEqual(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment