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

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

Issue 2975253002: Format analyzer, analysis_server, analyzer_plugin, front_end and kernel with the latest dartfmt. (Closed)
Patch Set: Created 3 years, 5 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 | « pkg/analysis_server/test/domain_analysis_test.dart ('k') | pkg/analysis_server/test/edit/assists_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/domain_completion_test.dart
diff --git a/pkg/analysis_server/test/domain_completion_test.dart b/pkg/analysis_server/test/domain_completion_test.dart
index d69cab30e9704a6691ceefa06bd896536cbf2895..3415c6461478bcd33bac4a15beaac8a46ae13f92 100644
--- a/pkg/analysis_server/test/domain_completion_test.dart
+++ b/pkg/analysis_server/test/domain_completion_test.dart
@@ -488,9 +488,7 @@ class CompletionDomainHandlerTest extends AbstractCompletionDomainTest {
}
test_inDartDoc_reference1() async {
- addFile(
- '/testA.dart',
- '''
+ addFile('/testA.dart', '''
part of libA;
foo(bar) => 0;''');
addTestFile('''
@@ -654,9 +652,7 @@ class B extends A {m() {^}}
}
test_partFile() {
- addFile(
- '/project/bin/testA.dart',
- '''
+ addFile('/project/bin/testA.dart', '''
library libA;
part "$testFile";
import 'dart:html';
@@ -676,9 +672,7 @@ class B extends A {m() {^}}
}
test_partFile2() {
- addFile(
- '/testA.dart',
- '''
+ addFile('/testA.dart', '''
part of libA;
class A { }''');
addTestFile('''
« no previous file with comments | « pkg/analysis_server/test/domain_analysis_test.dart ('k') | pkg/analysis_server/test/edit/assists_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698