1
Fork 0

[4/4 for #2365, #2671] Reassign one last fixme to #908. Close #2365. Close #2671.

This commit is contained in:
Ben Blum 2012-07-20 19:04:14 -04:00
parent af7b769465
commit 3dc52da989

View file

@ -190,7 +190,7 @@ rust_kernel::run() {
void
rust_kernel::fail() {
// FIXME (#2671): On windows we're getting "Application has
// FIXME (#908): On windows we're getting "Application has
// requested the Runtime to terminate it in an unusual way" when
// trying to shutdown cleanly.
set_exit_status(PROC_FAIL_CODE);