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

Unified Diff: pkg/analysis_server/test/services/correction/strings_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/services/correction/strings_test.dart
diff --git a/pkg/analysis_server/test/services/correction/strings_test.dart b/pkg/analysis_server/test/services/correction/strings_test.dart
index b84c022c37096a3cb708a6afd259e6be2969242e..a2b263e3bebe2b0a5e63c67aa9f064c8b865ba67 100644
--- a/pkg/analysis_server/test/services/correction/strings_test.dart
+++ b/pkg/analysis_server/test/services/correction/strings_test.dart
@@ -9,14 +9,11 @@ import 'package:unittest/unittest.dart' hide isEmpty;
import '../../reflective_tests.dart';
-
-
main() {
groupSep = ' | ';
runReflectiveTests(StringsTest);
}
-
@reflectiveTest
class StringsTest {
void test_capitalize() {

Powered by Google App Engine
This is Rietveld 408576698