summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/dart_test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/dart_test')
-rw-r--r--tools/json_schema_compiler/dart_test/enums.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/json_schema_compiler/dart_test/enums.idl b/tools/json_schema_compiler/dart_test/enums.idl
deleted file mode 100644
index 1c82d00..0000000
--- a/tools/json_schema_compiler/dart_test/enums.idl
+++ /dev/null
@@ -1,12 +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.
-
-// A comment for the enums namespace.
-namespace enums {
- // A basic enumeration.
- enum Enum1 { a, b };
-
- // Another basic enumeration.
- enum Enum2 { ab, bc, de, ef, fg, hi };
-};