| Index: Source/bindings/tests/idls/core/TestDictionary.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestDictionary.idl b/Source/bindings/tests/idls/core/TestDictionary.idl
|
| index 216780de54a6b1dc44e5f027b58bee11fbb99fb5..d94e6af7039d02f39c9a35b086c9d747036bdcea 100644
|
| --- a/Source/bindings/tests/idls/core/TestDictionary.idl
|
| +++ b/Source/bindings/tests/idls/core/TestDictionary.idl
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -enum TestEnum { "foo", "bar", "baz" };
|
| -
|
| dictionary TestDictionary {
|
| boolean booleanMember;
|
| long longMember = 1;
|
|
|