Index: pkg/analysis_server/test/context_manager_driver_test.dart |
diff --git a/pkg/analysis_server/test/context_manager_driver_test.dart b/pkg/analysis_server/test/context_manager_driver_test.dart |
index 4930908df8e05366a074f8b9d901f7427f98ae94..44f37a05fe7629e69afb4cc224b875d2285e2c16 100644 |
--- a/pkg/analysis_server/test/context_manager_driver_test.dart |
+++ b/pkg/analysis_server/test/context_manager_driver_test.dart |
@@ -64,7 +64,7 @@ class ContextManagerWithNewOptionsTest_Driver |
@failingTest |
test_path_filter_analysis_option() async { |
- // This fails because we're not analyzing the analyis options file. |
+ // This fails because we're not analyzing the analysis options file. |
return super.test_path_filter_analysis_option(); |
} |
} |
@@ -100,7 +100,7 @@ class ContextManagerWithOldOptionsTest_Driver |
@failingTest |
test_path_filter_analysis_option() async { |
- // This fails because we're not analyzing the analyis options file. |
+ // This fails because we're not analyzing the analysis options file. |
return super.test_path_filter_analysis_option(); |
} |
} |