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

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

Issue 2005723004: Fraction class prototype and test (not to be committed). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: work in progress Created 4 years, 5 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 | « runtime/lib/mirrors.cc ('k') | runtime/vm/ast.h » ('j') | 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 | « runtime/lib/mirrors.cc ('k') | runtime/vm/ast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698