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