Index: tests/standalone/src/ProcessExitTest.dart |
diff --git a/tests/standalone/src/ProcessExitTest.dart b/tests/standalone/src/ProcessExitTest.dart |
index 2f46cacf7c9481879ec979bfa12d1eaeee210341..7e56b7863c677d4af61272f0b747ed98daf0ef20 100644 |
--- a/tests/standalone/src/ProcessExitTest.dart |
+++ b/tests/standalone/src/ProcessExitTest.dart |
@@ -5,6 +5,7 @@ |
// Process test program to test process communication. |
#library("ProcessExitTest"); |
+#import("dart:io"); |
#source("ProcessTestUtil.dart"); |
class ProcessExitTest { |