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

Unified Diff: pkg/analysis_server/test/services/correction/assist_test.dart

Issue 2903523003: Switch server tests to strong mode. (Closed)
Patch Set: Created 3 years, 7 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
Index: pkg/analysis_server/test/services/correction/assist_test.dart
diff --git a/pkg/analysis_server/test/services/correction/assist_test.dart b/pkg/analysis_server/test/services/correction/assist_test.dart
index b21d50151bd19ecade7d4a52e27a4a5c97ba1732..47258dada3d5d603318b0ecb95b42b088205e805 100644
--- a/pkg/analysis_server/test/services/correction/assist_test.dart
+++ b/pkg/analysis_server/test/services/correction/assist_test.dart
@@ -3828,6 +3828,7 @@ final V = 1;
}
test_reparentFlutterList_BAD_multiLine() async {
+ verifyNoTestUnitErrors = false;
_configureFlutterPkg({
'src/widgets/framework.dart': flutter_framework_code,
});

Powered by Google App Engine
This is Rietveld 408576698