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

Unified Diff: tests/standalone/src/io/ReadIntoConstList.dart

Issue 10035056: Fix a number of editor errors and warnings in io tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months 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
« no previous file with comments | « tests/standalone/src/io/ListOutputStreamTest.dart ('k') | tests/standalone/src/io/Regress-1925.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/ReadIntoConstList.dart
diff --git a/tests/standalone/src/io/ReadIntoConstList.dart b/tests/standalone/src/io/ReadIntoConstList.dart
index bc78386e70abd7a68c4f4bc8332b56d3dca15aab..02b06ece973b713af8c3c2b0b476579a275f07c9 100644
--- a/tests/standalone/src/io/ReadIntoConstList.dart
+++ b/tests/standalone/src/io/ReadIntoConstList.dart
@@ -5,6 +5,8 @@
// Regression test for missing immutability check in the ListSet
// methods in the API. This allowed overwriting const Lists.
+#import("dart:io");
Mads Ager (google) 2012/04/19 09:08:38 This test is not run. We need to rename it so it e
Søren Gjesse 2012/04/19 09:17:26 Of cause, done.
+
String getFilename(String path) =>
new File(path).existsSync() ? path : 'runtime/' + path;
« no previous file with comments | « tests/standalone/src/io/ListOutputStreamTest.dart ('k') | tests/standalone/src/io/Regress-1925.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698