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

Unified Diff: pkg/analysis_server/test/integration/execution/test_all.dart

Issue 2705633002: Fix the execution.setSubscriptions test. (Closed)
Patch Set: Created 3 years, 10 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/analysis_server/test/integration/execution/set_subscriptions_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/execution/test_all.dart
diff --git a/pkg/analysis_server/test/integration/execution/test_all.dart b/pkg/analysis_server/test/integration/execution/test_all.dart
index cf57ba83723a3164fcefcdc9222282f38cd0e083..6da630db1a0382a3d86a614d28aec12e95b2c6a1 100644
--- a/pkg/analysis_server/test/integration/execution/test_all.dart
+++ b/pkg/analysis_server/test/integration/execution/test_all.dart
@@ -7,7 +7,7 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'create_context_test.dart' as create_context_test;
import 'delete_context_test.dart' as delete_context_test;
import 'map_uri_test.dart' as map_uri_test;
-import 'set_subscription_test.dart' as set_subscription_test;
+import 'set_subscriptions_test.dart' as set_subscription_test;
main() {
defineReflectiveSuite(() {
« no previous file with comments | « pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698