| Index: samples/sample_extension/test_sample_synchronous_extension.dart
|
| diff --git a/samples/sample_extension/test_sample_synchronous_extension.dart b/samples/sample_extension/test_sample_synchronous_extension.dart
|
| index 4c15ce51dc90e8e680359fbde4fbad3491cf7391..dd693a5fc61b6f7473d6c06f8c0b7f742ab3a44a 100644
|
| --- a/samples/sample_extension/test_sample_synchronous_extension.dart
|
| +++ b/samples/sample_extension/test_sample_synchronous_extension.dart
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| -#library("test_sample_extension");
|
| +library test_sample_extension;
|
|
|
| -#import("sample_synchronous_extension.dart");
|
| +import 'sample_synchronous_extension.dart';
|
|
|
| // TODO(3008): Run this test automatically on buildbot (dart:3008).
|
| void main() {
|
|
|