| Index: sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart b/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
|
| index 0927fc19d679db8fd8ed1e286625e5cb1325e82e..095caa0b0f63179ef04462d44b405362678e3223 100644
|
| --- a/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
|
| @@ -30,8 +30,8 @@ main() {
|
| var pub = pubRun(args: ["bin/script"]);
|
|
|
| pub.stdout.expect("ready");
|
| - pub.signal(Process.SIGINT);
|
| - pub.stdout.expect("SIGINT");
|
| + pub.signal(ProcessSignal.SIGHUP);
|
| + pub.stdout.expect("SIGHUP");
|
|
|
| pub.kill();
|
| });
|
|
|