From 2af843c57da651bd2ce3a8e1e8208deadf08444e Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 12 Apr 2022 06:37:00 -0700 Subject: [PATCH] Update src/test/rustdoc-ui/failed-doctest-output-windows.rs Co-authored-by: Guillaume Gomez --- src/test/rustdoc-ui/failed-doctest-output-windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rustdoc-ui/failed-doctest-output-windows.rs b/src/test/rustdoc-ui/failed-doctest-output-windows.rs index 906e4f3c5cb..4cd9993d8d5 100644 --- a/src/test/rustdoc-ui/failed-doctest-output-windows.rs +++ b/src/test/rustdoc-ui/failed-doctest-output-windows.rs @@ -1,5 +1,5 @@ // only-windows -// There's a parallel generic version of this test for POSIXy platforms. +// There's a parallel generic version of this test for non-windows platforms. // Issue #51162: A failed doctest was not printing its stdout/stderr // FIXME: if/when the output of the test harness can be tested on its own, this test should be