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

Unified Diff: tests/standalone/io/process_check_arguments_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/process_check_arguments_script.dart
diff --git a/tests/standalone/io/process_check_arguments_script.dart b/tests/standalone/io/process_check_arguments_script.dart
index 1898356605a16af3cb90c8051136c0a18f509762..8a70edaf1f3fe0c2bf16f69a1ee03ad31caee8b5 100644
--- a/tests/standalone/io/process_check_arguments_script.dart
+++ b/tests/standalone/io/process_check_arguments_script.dart
@@ -4,7 +4,7 @@
//
// Utility script to check that arguments are correctly passed from
// one dart process to another using the dart:io process interface.
-#import('dart:math');
+import "dart:math";
main() {
var options = new Options();

Powered by Google App Engine
This is Rietveld 408576698