Chromium Code Reviews| Index: tests/standalone/src/ProcessStdIOScript.dart |
| diff --git a/tests/standalone/src/ProcessStdIOScript.dart b/tests/standalone/src/ProcessStdIOScript.dart |
| index 6c195928be486593e2cb894f69a45933b131d6c2..a3f988b987246d1a1d3ddc88a1e89df898bb417a 100644 |
| --- a/tests/standalone/src/ProcessStdIOScript.dart |
| +++ b/tests/standalone/src/ProcessStdIOScript.dart |
| @@ -4,6 +4,8 @@ |
| // |
| // Utility script to echo stdin to stdout or stderr or both. |
| +#import("dart:io"); |
| + |
| main() { |
| var options = new Options(); |
| if (options.arguments.length > 0) { |