| Index: runtime/bin/vmservice/observatory/test/contexts_test.dart
|
| diff --git a/runtime/bin/vmservice/observatory/test/contexts_test.dart b/runtime/bin/vmservice/observatory/test/contexts_test.dart
|
| index 38a5a2e2a472153760f3cd03e112e4e76680f120..05ae127e8fe6c825e593e3265cf39ab6d368e2bc 100644
|
| --- a/runtime/bin/vmservice/observatory/test/contexts_test.dart
|
| +++ b/runtime/bin/vmservice/observatory/test/contexts_test.dart
|
| @@ -72,7 +72,7 @@ var tests = [
|
| expect(block.closureCtxt.length, equals(1));
|
| return block.closureCtxt.load().then((Context ctxt) {
|
| expect(ctxt.variables.single['value'].isString, isTrue);
|
| - expect(ctxt.variables.single['value'].valueAsString, equals('"I could be copied into the block"'));
|
| + expect(ctxt.variables.single['value'].valueAsString, equals('I could be copied into the block'));
|
| expect(block.closureCtxt.parentContext.isNull, isTrue);
|
| });
|
| });
|
|
|