| Index: runtime/observatory/tests/service/coverage_test.dart
|
| diff --git a/runtime/observatory/tests/service/coverage_test.dart b/runtime/observatory/tests/service/coverage_test.dart
|
| index b558c4642e1a1b26f1ca9afef07d3f086d8109c3..02556871a05323a094f0d1ad2c96f7081c90cfbe 100644
|
| --- a/runtime/observatory/tests/service/coverage_test.dart
|
| +++ b/runtime/observatory/tests/service/coverage_test.dart
|
| @@ -11,7 +11,7 @@ import 'dart:developer';
|
| int globalVar = 100;
|
|
|
| class MyClass {
|
| - static void myFunction(int value) {
|
| + static void myFunction(int value) {
|
| if (value < 0) {
|
| print("negative");
|
| } else {
|
|
|