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

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

Issue 1133733005: Use words please. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: also rename service rpc Created 5 years, 7 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/string_escaping_test.dart
diff --git a/runtime/observatory/tests/service/string_escaping_test.dart b/runtime/observatory/tests/service/string_escaping_test.dart
index 29b48e6fb49b14d1d8c4e5fd80038d604486f0db..1f702f08d2a12809a11e821f71b4cedaaff9746e 100644
--- a/runtime/observatory/tests/service/string_escaping_test.dart
+++ b/runtime/observatory/tests/service/string_escaping_test.dart
@@ -51,7 +51,7 @@ void script() {
var tests = [
(Isolate isolate) =>
- isolate.rootLib.load().then((Library lib) {
+ isolate.rootLibrary.load().then((Library lib) {
expectFullString(String varName, String varValueAsString) {
Field field = lib.variables.singleWhere((v) => v.name == varName);
Instance value = field.value;

Powered by Google App Engine
This is Rietveld 408576698