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

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

Issue 2759973004: Fix observatory tests broken by running dartfmt. Temporarily reverted formatting for evaluate_activ… (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/get_cpu_profile_timeline_rpc_test.dart
diff --git a/runtime/observatory/tests/service/get_cpu_profile_timeline_rpc_test.dart b/runtime/observatory/tests/service/get_cpu_profile_timeline_rpc_test.dart
index 4a6a88d5ca7519a26826487b2efc30e02854395e..8a00fbeb6d75e2da3a0e6b9846cbbaab4536858a 100644
--- a/runtime/observatory/tests/service/get_cpu_profile_timeline_rpc_test.dart
+++ b/runtime/observatory/tests/service/get_cpu_profile_timeline_rpc_test.dart
@@ -22,11 +22,9 @@ testeeDo() {
var tests = [
(Isolate isolate) async {
- var params = {
- 'tags': 'VMUser'
- };
- var result = await isolate.invokeRpcNoUpgrade(
- '_getCpuProfileTimeline', params);
+ var params = {'tags': 'VMUser'};
+ var result =
+ await isolate.invokeRpcNoUpgrade('_getCpuProfileTimeline', params);
print(result);
expect(result['type'], equals('_CpuProfileTimeline'));

Powered by Google App Engine
This is Rietveld 408576698