Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart

Issue 1078803002: Fix windows signal test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698