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

Unified Diff: samples/build_dart/build.dart

Issue 14259002: Fix dartc tests and pub after IOSink change. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | samples/build_dart_simple/build.dart » ('j') | utils/pub/io.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/build_dart/build.dart
diff --git a/samples/build_dart/build.dart b/samples/build_dart/build.dart
index 2892b32c162655e7be5cbbbfd687efd71f9e5947..2f5ab68d4ade5633e1447d92808f76b4d359779a 100644
--- a/samples/build_dart/build.dart
+++ b/samples/build_dart/build.dart
@@ -118,7 +118,7 @@ void _processFile(String arg) {
File outFile = new File("${arg}bar");
- IOSink<File> out = outFile.openWrite();
+ IOSink out = outFile.openWrite();
out.writeln("// processed from ${file.path}:");
if (contents != null) {
out.write(contents);
« no previous file with comments | « no previous file | samples/build_dart_simple/build.dart » ('j') | utils/pub/io.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698