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

Unified Diff: pkg/analysis_server/test/mock_sdk.dart

Issue 609653002: 'Sort unit/class members' refactoring implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't wrap MemberSorter into refactoring. Add 'other' import/export uri kind. Created 6 years, 3 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/mock_sdk.dart
diff --git a/pkg/analysis_server/test/mock_sdk.dart b/pkg/analysis_server/test/mock_sdk.dart
index 07d8cf0960e986245f4d47a63d3e826a87732e77..c87ef8df58f21c903682eaa438b449b8a4b2482d 100644
--- a/pkg/analysis_server/test/mock_sdk.dart
+++ b/pkg/analysis_server/test/mock_sdk.dart
@@ -214,7 +214,7 @@ class HtmlElement {}
// If we reach here then we tried to use a dartUri that's not in the
// table above.
- throw unimplemented;
+ return null;
}
}

Powered by Google App Engine
This is Rietveld 408576698