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

Unified Diff: runtime/observatory/tests/service/positive_token_pos_test.dart

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. Created 3 years, 9 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: runtime/observatory/tests/service/positive_token_pos_test.dart
diff --git a/runtime/observatory/tests/service/positive_token_pos_test.dart b/runtime/observatory/tests/service/positive_token_pos_test.dart
index c30da31d28dabe0a6bc81c64eaaf0189ea2d9dc5..556091644142bfb984dbebf00cfc9b2c71be6f5f 100644
--- a/runtime/observatory/tests/service/positive_token_pos_test.dart
+++ b/runtime/observatory/tests/service/positive_token_pos_test.dart
@@ -9,12 +9,13 @@ import 'package:unittest/unittest.dart';
import 'service_test_common.dart';
import 'test_helper.dart';
-helper() async { // Line 12, Col 16 is the open brace.
+helper() async {
+ // Line 12, Col 16 is the open brace.
}
testMain() {
debugger();
- helper(); // Line 17, Col 3 is the position of the function call.
+ helper(); // Line 17, Col 3 is the position of the function call.
}
var tests = [
@@ -22,7 +23,6 @@ var tests = [
markDartColonLibrariesDebuggable,
stoppedAtLine(17),
stepInto,
-
(Isolate isolate) async {
ServiceMap stack = await isolate.getStack();
expect(stack['frames'].length, greaterThan(3));

Powered by Google App Engine
This is Rietveld 408576698