summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/dart_test
diff options
context:
space:
mode:
authorDHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 23:14:04 +0000
committerDHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 23:14:04 +0000
commitbaed4d3ddf78ceb4661ed9414248dfd8baf1b8ab (patch)
tree920214c422efc03a58fc9b5c7d5c08e92260dc06 /tools/json_schema_compiler/dart_test
parent9879b5d724763606e4d69da859e690dc5d06b0ef (diff)
downloadchromium_src-baed4d3ddf78ceb4661ed9414248dfd8baf1b8ab.zip
chromium_src-baed4d3ddf78ceb4661ed9414248dfd8baf1b8ab.tar.gz
chromium_src-baed4d3ddf78ceb4661ed9414248dfd8baf1b8ab.tar.bz2
Clean up JSON Schema Compiler's pylint errors.
Review URL: https://chromiumcodereview.appspot.com/23549025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222389 0039d316-1c4b-4281-b951-d872f2087c98
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 };
-};