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

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

Issue 639293004: Verify correctness of classes derived from Enum. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months 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
« pkg/analyzer/test/enum_test.dart ('K') | « pkg/analyzer/test/enum_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/test_all.dart
diff --git a/pkg/analyzer/test/test_all.dart b/pkg/analyzer/test/test_all.dart
index 448b519c909581f3a903159be8091fc6bdba4675..b1fceafe7258f1e7da7244da9114648ec013884a 100644
--- a/pkg/analyzer/test/test_all.dart
+++ b/pkg/analyzer/test/test_all.dart
@@ -6,6 +6,7 @@ library test.engine;
import 'package:unittest/unittest.dart';
+import 'enum_test.dart' as enum_test;
import 'error_test.dart' as error;
import 'file_system/test_all.dart' as file_system;
import 'generated/test_all.dart' as generated;
@@ -18,6 +19,7 @@ import 'source/test_all.dart' as source;
main() {
groupSep = ' | ';
group('analysis engine', () {
+ enum_test.main();
error.main();
file_system.main();
generated.main();
« pkg/analyzer/test/enum_test.dart ('K') | « pkg/analyzer/test/enum_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698