Index: runtime/observatory/tests/service/smart_next_test.dart |
diff --git a/runtime/observatory/tests/service/smart_next_test.dart b/runtime/observatory/tests/service/smart_next_test.dart |
index 34bac34a5b930f715bdbf028fb28cccf0a9400f2..04e79158d37b1fc07a1c66d97411b28df59f8e14 100644 |
--- a/runtime/observatory/tests/service/smart_next_test.dart |
+++ b/runtime/observatory/tests/service/smart_next_test.dart |
@@ -48,7 +48,7 @@ smartNext(Isolate isolate) async { |
if (isolate.pauseEvent.atAsyncJump) { |
print("next-async"); |
List asyncStepFutures = await isolate.asyncStepOver(); |
- return asyncStepFutures[Isolate.kSecondResume]; |
+ return asyncStepFutures[Isolate.kTestFuture]; |
} else { |
print("next-sync"); |
return stepOverAwaitingResume(isolate); |