[libcxx-commits] [libcxx] 7a3d54a - [libc++][NFC] Move misplaced XFAIL annotation

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 9 11:46:29 PDT 2021


Author: Louis Dionne
Date: 2021-09-09T14:46:07-04:00
New Revision: 7a3d54a2179c6230c13f90e892b2ffae744d705d

URL: https://github.com/llvm/llvm-project/commit/7a3d54a2179c6230c13f90e892b2ffae744d705d
DIFF: https://github.com/llvm/llvm-project/commit/7a3d54a2179c6230c13f90e892b2ffae744d705d.diff

LOG: [libc++][NFC] Move misplaced XFAIL annotation

For consistency with the other surrounding tests.

Added: 
    

Modified: 
    libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp b/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
index 5f7b737aa764..5dd8345c0b04 100644
--- a/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
+++ b/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
@@ -6,12 +6,12 @@
 //
 //===----------------------------------------------------------------------===//
 
-// XFAIL: LIBCXX-WINDOWS-FIXME
-
 // <iostream>
 
 // istream wcout;
 
+// XFAIL: LIBCXX-WINDOWS-FIXME
+
 // FILE_DEPENDENCIES: ../check-stdout.sh
 // RUN: %{build}
 // RUN: %{exec} bash check-stdout.sh "%t.exe" "1234"


        


More information about the libcxx-commits mailing list