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

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

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: 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/step_into_async_no_await_test.dart
diff --git a/runtime/observatory/tests/service/step_into_async_no_await_test.dart b/runtime/observatory/tests/service/step_into_async_no_await_test.dart
index 70715ae7056f84afed03cc0b6d7a72b4a61b5fa6..fcae338af2d62079f1bb4cb31088453e3154a128 100644
--- a/runtime/observatory/tests/service/step_into_async_no_await_test.dart
+++ b/runtime/observatory/tests/service/step_into_async_no_await_test.dart
@@ -17,7 +17,7 @@ asyncWithoutAwait() async {
testMain() {
debugger();
- asyncWithoutAwait(); // Line A.
+ asyncWithoutAwait(); // Line A.
}
var tests = [
@@ -25,7 +25,7 @@ var tests = [
stoppedAtLine(LINE_A),
(isolate) => isolate.stepInto(),
hasStoppedAtBreakpoint,
- (isolate) => isolate.getStack(), // Should not crash.
+ (isolate) => isolate.getStack(), // Should not crash.
// TODO(rmacnak): stoppedAtLine(12)
// This doesn't happen because asyncWithoutAwait is marked undebuggable.
// Probably needs to change to support async-step-into.

Powered by Google App Engine
This is Rietveld 408576698