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

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

Issue 1612933006: Moved the AST related tests to their new locations (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « pkg/analyzer/test/generated/ast_test.dart ('k') | pkg/analyzer/test/src/dart/ast/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/test_all.dart
diff --git a/pkg/analyzer/test/generated/test_all.dart b/pkg/analyzer/test/generated/test_all.dart
index 8ed49b01b7321f214ec8cff66028e06da0d77df1..8a0b3d29dee852ae412112fb4288b0c09db5a2c4 100644
--- a/pkg/analyzer/test/generated/test_all.dart
+++ b/pkg/analyzer/test/generated/test_all.dart
@@ -8,7 +8,6 @@ import 'package:unittest/unittest.dart';
import '../utils.dart';
import 'all_the_rest_test.dart' as all_the_rest;
-import 'ast_test.dart' as ast_test;
import 'compile_time_error_code_test.dart' as compile_time_error_code_test;
import 'constant_test.dart' as constant_test;
import 'declaration_resolver_test.dart' as declaration_resolver_test;
@@ -32,7 +31,6 @@ main() {
initializeTestEnvironment();
group('generated tests', () {
all_the_rest.main();
- ast_test.main();
compile_time_error_code_test.main();
constant_test.main();
declaration_resolver_test.main();
« no previous file with comments | « pkg/analyzer/test/generated/ast_test.dart ('k') | pkg/analyzer/test/src/dart/ast/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698