Index: tests/dart/src/ProcessExitNegativeTest.dart |
=================================================================== |
--- tests/dart/src/ProcessExitNegativeTest.dart (revision 380) |
+++ tests/dart/src/ProcessExitNegativeTest.dart (working copy) |
@@ -6,7 +6,8 @@ |
// exit handler is reported correctly. |
void main() { |
- Process p = new Process("true", []); |
+ Process p = new Process("Debug_ia32\\process_test.exe", |
+ const ["0", "0", "99", "0"]); |
p.setExitHandler( |
(int s) { |
print(a.toString()); // Should cause a compilation error here. |