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

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

Issue 2629263002: Fix test with broken token position expectations (Closed)
Patch Set: Created 3 years, 11 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
« 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_source_report_test.dart
diff --git a/runtime/observatory/tests/service/get_source_report_test.dart b/runtime/observatory/tests/service/get_source_report_test.dart
index 2f089b24b93acb8175d042138fba48a89d63394c..81f21a5bbc657380db03ed627de51bada92c5b87 100644
--- a/runtime/observatory/tests/service/get_source_report_test.dart
+++ b/runtime/observatory/tests/service/get_source_report_test.dart
@@ -63,10 +63,10 @@ hasStoppedAtBreakpoint,
var expectedRange = {
'scriptIndex': 0,
- 'startPos': 38,
- 'endPos': 87,
+ 'startPos': 39,
+ 'endPos': 88,
'compiled': true,
- 'coverage': {'hits': [53, 71, 81], 'misses': [59]}
+ 'coverage': {'hits': [54, 72, 82], 'misses': [60]}
};
// Full script
« 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