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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 604333002: Specify when 'sortMembers' will return an error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/integration/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
index 08e5feffc41654f632cf2d8645c4b12b2bbceb02..8ac50a839a2169a0ed6785c19f00915601a9fa71 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -1204,6 +1204,8 @@ abstract class IntegrationTestMixin {
/**
* Sort all of the directives, unit and class members of the given Dart file.
*
+ * It is an error if the file does not exist or has scan or parse errors.
+ *
* Parameters
*
* file ( FilePath )

Powered by Google App Engine
This is Rietveld 408576698