Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: pkg/analyzer/test/enum_test.dart

Issue 730533003: Code clean-up and minor bug fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/generated/scanner.dart ('k') | pkg/analyzer/test/generated/ast_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/enum_test.dart
diff --git a/pkg/analyzer/test/enum_test.dart b/pkg/analyzer/test/enum_test.dart
index 22d1769686381e283dd9d29c6e0a13dd51e456ca..e8f03baf4d6f12ca1279a1784efc1fa8542234f9 100644
--- a/pkg/analyzer/test/enum_test.dart
+++ b/pkg/analyzer/test/enum_test.dart
@@ -54,12 +54,6 @@ class EnumTest {
..check_explicit_values();
}
- void test_CommentType() {
- new EnumTester<CommentType>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_ElementKind() {
new EnumTester<ElementKind>()
..check_getters()
@@ -162,12 +156,6 @@ class EnumTest {
..check_explicit_values();
}
- void test_UriValidationCode() {
- new EnumTester<UriValidationCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_WrapperKind() {
new EnumTester<WrapperKind>()
..check_getters()
« no previous file with comments | « pkg/analyzer/lib/src/generated/scanner.dart ('k') | pkg/analyzer/test/generated/ast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698