[llvm] 264f101 - Tweak spelling of system-windows UNSUPPORTED line

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 09:52:20 PDT 2021


Author: Jeremy Morse
Date: 2021-03-16T16:52:00Z
New Revision: 264f101ae6b4e35a0d377f3fb8bc35dbe9ba173e

URL: https://github.com/llvm/llvm-project/commit/264f101ae6b4e35a0d377f3fb8bc35dbe9ba173e
DIFF: https://github.com/llvm/llvm-project/commit/264f101ae6b4e35a0d377f3fb8bc35dbe9ba173e.diff

LOG: Tweak spelling of system-windows UNSUPPORTED line

Added: 
    

Modified: 
    llvm/utils/lit/tests/reorder.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/reorder.py b/llvm/utils/lit/tests/reorder.py
index fb1c4bc41249..2b699067bbc3 100644
--- a/llvm/utils/lit/tests/reorder.py
+++ b/llvm/utils/lit/tests/reorder.py
@@ -3,7 +3,7 @@
 # RUN: cp %{inputs}/reorder/.lit_test_times.txt %{inputs}/reorder/.lit_test_times.txt.orig
 # RUN: %{lit} -j1 %{inputs}/reorder | FileCheck %s
 # RUN: not 
diff  %{inputs}/reorder/.lit_test_times.txt %{inputs}/reorder/.lit_test_times.txt.orig
-# UNSUPPORTED: windows
+# UNSUPPORTED: system-windows
 # END.
 
 # CHECK:     -- Testing: 3 tests, 1 workers --


        


More information about the llvm-commits mailing list