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

Unified Diff: tests/utils/dart2js_test.dart

Issue 11537007: Revert "Use old import syntax." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: tests/utils/dart2js_test.dart
diff --git a/tests/utils/dart2js_test.dart b/tests/utils/dart2js_test.dart
index e407a56020b15b33063266a95e5b734566ad4001..f7786fb4ce8ab14c01845c3e0167c973d150b988 100644
--- a/tests/utils/dart2js_test.dart
+++ b/tests/utils/dart2js_test.dart
@@ -8,8 +8,8 @@
// should analyze without any warnings.
// @static-clean
-#import('../../sdk/lib/_internal/compiler/implementation/dart2js.dart',
- prefix: 'dart2js');
+import '../../sdk/lib/_internal/compiler/implementation/dart2js.dart'
+ as dart2js;
void main() {
// Do nothing.
« 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