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

Unified Diff: tests/standalone/io/options_test.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/options_test.dart
diff --git a/tests/standalone/io/options_test.dart b/tests/standalone/io/options_test.dart
index 59792c7e59c8fdab93912ca8ffac37764f8179f0..0c93f0381befc1b67d9126478ab956b72707704a 100644
--- a/tests/standalone/io/options_test.dart
+++ b/tests/standalone/io/options_test.dart
@@ -4,7 +4,7 @@
// Stress test isolate generation.
// DartOptions=tests/standalone/io/options_test.dart 10 options_test 20
-#import('dart:math');
+import "dart:math";
main() {
var opts = new Options();

Powered by Google App Engine
This is Rietveld 408576698