Index: tests/standalone/src/ProcessSegfaultTest.dart |
diff --git a/tests/standalone/src/ProcessSegfaultTest.dart b/tests/standalone/src/ProcessSegfaultTest.dart |
index 3e28e548f090068300a1b64c2c2219cf2bef6e0a..348c6d5a6e851042cafc54d0f8a1c3e7780a4cc7 100644 |
--- a/tests/standalone/src/ProcessSegfaultTest.dart |
+++ b/tests/standalone/src/ProcessSegfaultTest.dart |
@@ -4,10 +4,12 @@ |
// |
// Process test program to test process communication. |
+#source("ProcessTestUtil.dart"); |
+ |
class ProcessSegfaultTest { |
static void testExit() { |
- Process process = new Process("out/Debug_ia32/process_test", |
+ Process process = new Process(getProcessTestFileName(), |
const ["0", "0", "1", "1"]); |
void exitHandler(int exitCode) { |