| Index: samples/tests/dartc/test_config.dart
|
| diff --git a/samples/tests/dartc/test_config.dart b/samples/tests/dartc/test_config.dart
|
| index d0b3efb576f3e45393b2bbf42c9192fe537612b5..65c17cc0f194e3b9ae82140ab23539039369aa89 100644
|
| --- a/samples/tests/dartc/test_config.dart
|
| +++ b/samples/tests/dartc/test_config.dart
|
| @@ -2,10 +2,10 @@
|
| // 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("client_dartc_test_config");
|
| +library client_dartc_test_config;
|
|
|
| -#import("dart:io");
|
| -#import("../../../tools/testing/dart/test_suite.dart");
|
| +import 'dart:io';
|
| +import '../../../tools/testing/dart/test_suite.dart';
|
|
|
| class SamplesDartcTestSuite extends DartcCompilationTestSuite {
|
| SamplesDartcTestSuite(Map configuration)
|
|
|