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

Unified Diff: tests/language/hello_script_test.dart

Issue 11316283: Eliminate old style import from language tests (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: tests/language/hello_script_test.dart
===================================================================
--- tests/language/hello_script_test.dart (revision 15598)
+++ tests/language/hello_script_test.dart (working copy)
@@ -6,8 +6,8 @@
// Testing a simple script importing a library.
// This file contains the script (aka root library).
-#library("HelloScriptTest.dart");
-#import("hello_script_lib.dart");
+library HelloScriptTest.dart;
+import "hello_script_lib.dart";
main() {
HelloLib.doTest();

Powered by Google App Engine
This is Rietveld 408576698