[libcxx-commits] [libcxx] abe827b - [libcxx] Add FILE_DEPENDENCIES line to the func.blocks.sh.cpp test

Sergej Jaskiewicz via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 23 13:18:56 PDT 2020


Author: Sergej Jaskiewicz
Date: 2020-04-23T23:17:57+03:00
New Revision: abe827be9e8c718ba81783cfba7ed64185e4eca3

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

LOG: [libcxx] Add FILE_DEPENDENCIES line to the func.blocks.sh.cpp test

This should fix the bots that use ssh.py to execute tests

Added: 
    

Modified: 
    libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp b/libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
index 25b95465485e..757b3f21689d 100644
--- a/libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
+++ b/libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
@@ -11,6 +11,7 @@
 // UNSUPPORTED: c++98, c++03
 // REQUIRES: has-fblocks
 
+// FILE_DEPENDENCIES: %t.exe
 // RUN: %{build} -fblocks
 // RUN: %{run}
 


        


More information about the libcxx-commits mailing list