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

Unified Diff: pkg/analysis_server/test/integration/analysis/error_test.dart

Issue 969113002: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/analysis/error_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/error_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
index 1a067f4de7298a309930fb319d435ee5dfdfb433..2a76f3d31f4cf15bf94b114439d3c26ae267658f 100644
--- a/pkg/analysis_server/test/integration/analysis/error_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
@@ -15,8 +15,8 @@ main() {
}
@reflectiveTest
-class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
- {
+class AnalysisErrorIntegrationTest
+ extends AbstractAnalysisServerIntegrationTest {
test_detect_simple_error() {
String pathname = sourcePath('test.dart');
writeFile(pathname, '''
« no previous file with comments | « pkg/analysis_server/test/edit/sort_members_test.dart ('k') | pkg/analysis_server/test/integration/analysis/get_errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698