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

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

Issue 1529093005: Further fix get_cpu_profile_timeline_rpc_test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2d2b802d9c080122fb4961b873f9c1e16cb2080c..4a6a88d5ca7519a26826487b2efc30e02854395e 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
@@ -48,7 +48,7 @@ var tests = [
expect(event['pid'], isInt);
expect(event['tid'], isInt);
expect(event['ts'], isInt);
- expect(event['category'], equals("Dart"));
+ expect(event['cat'], equals("Dart"));
expect(frames.containsKey(event['sf']), isTrue);
}
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698