Index: tests/standalone/src/ProcessStartExceptionTest.dart |
diff --git a/tests/standalone/src/ProcessStartExceptionTest.dart b/tests/standalone/src/ProcessStartExceptionTest.dart |
index ef63a7beda9d5b5242b13fbd5764745e98845239..38b3610c7c9d89fef2503996ac5a3cc989dffd3d 100644 |
--- a/tests/standalone/src/ProcessStartExceptionTest.dart |
+++ b/tests/standalone/src/ProcessStartExceptionTest.dart |
@@ -4,6 +4,8 @@ |
// |
// Process test program to test process communication. |
+#import("dart:io"); |
+ |
class ProcessStartExceptionTest { |
static void testStartError() { |