| Index: runtime/observatory/tests/service/step_test.dart
|
| diff --git a/runtime/observatory/tests/service/step_test.dart b/runtime/observatory/tests/service/step_test.dart
|
| index 480f549dec40ecb04c205cdc4f6b47cd3e1d895c..c0fef35fd4b7bb21be9879db1a830d8ad129893b 100644
|
| --- a/runtime/observatory/tests/service/step_test.dart
|
| +++ b/runtime/observatory/tests/service/step_test.dart
|
| @@ -1,10 +1,14 @@
|
| +// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| import 'dart:async';
|
| import 'test_helper.dart';
|
| import 'service_test_common.dart';
|
| import 'package:observatory/service_io.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| -const int LINE_A = 10;
|
| +const int LINE_A = 14;
|
|
|
| code() {
|
| var x = {}; // LINE_A
|
|
|