| Index: pkg/compiler/samples/compile_loop/compile_loop.dart
|
| diff --git a/sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart b/pkg/compiler/samples/compile_loop/compile_loop.dart
|
| similarity index 97%
|
| copy from sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart
|
| copy to pkg/compiler/samples/compile_loop/compile_loop.dart
|
| index f4920ae77c5dab12b717f311fd5ff3775304eebf..46fa361ef2aebdd135bcd95be23285f601a0d108 100644
|
| --- a/sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart
|
| +++ b/pkg/compiler/samples/compile_loop/compile_loop.dart
|
| @@ -31,7 +31,7 @@ Future<String> compile(source) {
|
| void handler(Uri uri, int begin, int end,
|
| String message, compiler.Diagnostic kind) {
|
| // TODO(ahe): Remove dart:io import from
|
| - // ../../implementation/source_file_provider.dart and use
|
| + // ../../lib/src/source_file_provider.dart and use
|
| // FormattingDiagnosticHandler instead.
|
| print({ 'uri': '$uri',
|
| 'begin': begin,
|
|
|