Index: tools/json_schema_compiler/dart_test/enums.idl |
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 1c82d00824a864e1f95e1bc6f53d69ca355389e5..0000000000000000000000000000000000000000 |
--- 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 }; |
-}; |