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

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

Issue 2519443003: Compute names referenced in a unit. (Closed)
Patch Set: Fix for top-level declarations, more tests. Created 4 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/test/src/dart/analysis/referenced_names_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/src/dart/analysis/test_all.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/test_all.dart b/pkg/analyzer/test/src/dart/analysis/test_all.dart
index 7a877a1d4e9cfd0e36dae15b29d3a5363aa28aba..0ba933e18bfd6300d7bab57b9a0c6e796a6703d1 100644
--- a/pkg/analyzer/test/src/dart/analysis/test_all.dart
+++ b/pkg/analyzer/test/src/dart/analysis/test_all.dart
@@ -9,6 +9,7 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'byte_store_test.dart' as byte_store;
import 'driver_test.dart' as driver;
import 'file_state_test.dart' as file_state;
+import 'referenced_names_test.dart' as referenced_names;
/// Utility for manually running all tests.
main() {
@@ -16,5 +17,6 @@ main() {
byte_store.main();
driver.main();
file_state.main();
+ referenced_names.main();
}, name: 'analysis');
}
« no previous file with comments | « pkg/analyzer/test/src/dart/analysis/referenced_names_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698