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

Unified Diff: pkg/analysis_server/test/analysis/notification_overrides_test.dart

Issue 625413002: Remove special list behavior in analysis server protocol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/analysis/notification_overrides_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_overrides_test.dart b/pkg/analysis_server/test/analysis/notification_overrides_test.dart
index 4b18328dd2132b864a366b814ba4ca3040099511..2c14e32e1885a6ffb48efb12d18834867d37338b 100644
--- a/pkg/analysis_server/test/analysis/notification_overrides_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_overrides_test.dart
@@ -69,7 +69,7 @@ class AnalysisNotificationOverridesTest extends AbstractAnalysisTest {
* Asserts that there are no overridden members from interfaces.
*/
void assertNoInterfaceMembers() {
- expect(override.interfaceMembers, isEmpty);
+ expect(override.interfaceMembers, isNull);
}
/**
« no previous file with comments | « pkg/analysis_server/lib/src/protocol.dart ('k') | pkg/analysis_server/test/integration/analysis/overrides_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698