[llvm] b746bab - Restore 'REQUIRES: shell' for another test after 878deae

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 07:52:38 PDT 2024


Author: Hans Wennborg
Date: 2024-06-11T16:51:33+02:00
New Revision: b746babb22bdcd945b7665d63472c9d8695893d0

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

LOG: Restore 'REQUIRES: shell' for another test after 878deae

Otherwise this would fail when using gnuwin32.

Added: 
    

Modified: 
    llvm/test/tools/llvm-rc/windres-prefix.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-rc/windres-prefix.test b/llvm/test/tools/llvm-rc/windres-prefix.test
index 7dda51d063523..4c53fdfc3db65 100644
--- a/llvm/test/tools/llvm-rc/windres-prefix.test
+++ b/llvm/test/tools/llvm-rc/windres-prefix.test
@@ -1,3 +1,5 @@
+; REQUIRES: shell
+
 ; RUN: rm -rf %t && mkdir %t
 
 ; Check that a triple prefix on the executable gets picked up as target triple.


        


More information about the llvm-commits mailing list