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

Unified Diff: pkg/analyzer/test/src/summary/summary_test.dart

Issue 1608123002: Fix the return type of _TypeRefValidator. (Closed) Base URL: git@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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/summary/summary_test.dart
diff --git a/pkg/analyzer/test/src/summary/summary_test.dart b/pkg/analyzer/test/src/summary/summary_test.dart
index 55c3a5f55aacb83ac2d8d8a03087ead3da981987..41692ab1fd7fbd628539443b956b49c0bea51251 100644
--- a/pkg/analyzer/test/src/summary/summary_test.dart
+++ b/pkg/analyzer/test/src/summary/summary_test.dart
@@ -121,7 +121,7 @@ UnlinkedPublicNamespace computePublicNamespaceFromText(
/**
* Type of a function that validates an [TypeRef].
*/
-typedef bool _TypeRefValidator(TypeRef unlinkedTypeRef);
+typedef void _TypeRefValidator(TypeRef unlinkedTypeRef);
/**
* Override of [SummaryTest] which verifies the correctness of the prelinker by
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698