Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: pkg/compiler/samples/compile_loop/compile_loop.dart

Issue 700163002: Fix import in compile_loop.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/samples/compile_loop/compile_loop.dart
diff --git a/pkg/compiler/samples/compile_loop/compile_loop.dart b/pkg/compiler/samples/compile_loop/compile_loop.dart
index 46fa361ef2aebdd135bcd95be23285f601a0d108..9a2e44eb991e638e415713cf894581fedf8c3a8a 100644
--- a/pkg/compiler/samples/compile_loop/compile_loop.dart
+++ b/pkg/compiler/samples/compile_loop/compile_loop.dart
@@ -8,7 +8,7 @@ library sample.compile_loop;
import 'dart:async';
-import '../../compiler.dart' as compiler;
+import '../../lib/compiler.dart' as compiler;
ahe 2014/11/05 14:24:43 Would 'package:compiler/compiler.dart' work?
Johnni Winther 2014/11/06 08:15:56 Yes, within the repository.
// If this file is missing, generate it using ../jsonify/jsonify.dart.
import 'sdk.dart';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698