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

Unified Diff: tests/standalone/io/test_runner_exit_code_script.dart

Issue 11570005: Remove old #import, #source, and #library syntax from tests/standalone. (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
Index: tests/standalone/io/test_runner_exit_code_script.dart
diff --git a/tests/standalone/io/test_runner_exit_code_script.dart b/tests/standalone/io/test_runner_exit_code_script.dart
index 37fbc8ef68a647bb14b5cbcdde498e8102281d75..ca55e4b63495f8d215187aa9c25608afe7f6023e 100644
--- a/tests/standalone/io/test_runner_exit_code_script.dart
+++ b/tests/standalone/io/test_runner_exit_code_script.dart
@@ -4,9 +4,9 @@
// Simulates a use of test_progress during a failing run of test.dart.
-#import("../../../tools/testing/dart/test_progress.dart");
-#import("../../../tools/testing/dart/test_runner.dart");
-#import("../../../tools/testing/dart/test_options.dart");
+import "../../../tools/testing/dart/test_progress.dart";
+import "../../../tools/testing/dart/test_runner.dart";
+import "../../../tools/testing/dart/test_options.dart";
main() {
var progressType = new Options().arguments[0];

Powered by Google App Engine
This is Rietveld 408576698