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

Unified Diff: tests/standalone/io/file_fuzz_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/file_fuzz_test.dart
diff --git a/tests/standalone/io/file_fuzz_test.dart b/tests/standalone/io/file_fuzz_test.dart
index abb6fc0f70af5bb233093178d11d4f5a73fded10..313575ea6e55aa47ddd1b33832f47f2ef4460511 100644
--- a/tests/standalone/io/file_fuzz_test.dart
+++ b/tests/standalone/io/file_fuzz_test.dart
@@ -5,10 +5,10 @@
// 'fuzz' test the file APIs by providing unexpected type arguments. The test
// passes if the VM does not crash.
-#import('dart:io');
-#import('dart:isolate');
+import "dart:io";
+import "dart:isolate";
-#import('fuzz_support.dart');
+import "fuzz_support.dart";
fuzzSyncMethods() {
typeMapping.forEach((k, v) {

Powered by Google App Engine
This is Rietveld 408576698