[flang-commits] [flang] b9541f9 - [flang][cuda][NFC] Fix Semantics/cuf13.cuf test on Darwin

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Mon May 6 09:30:28 PDT 2024


Author: Leandro Lupori
Date: 2024-05-06T13:29:42-03:00
New Revision: b9541f9879b7c43d796e78e32ac896dd05550d71

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

LOG: [flang][cuda][NFC] Fix Semantics/cuf13.cuf test on Darwin

Added: 
    

Modified: 
    flang/test/Semantics/cuf13.cuf

Removed: 
    


################################################################################
diff  --git a/flang/test/Semantics/cuf13.cuf b/flang/test/Semantics/cuf13.cuf
index 0662a51ff5f22a..dafcffa5e93bdf 100644
--- a/flang/test/Semantics/cuf13.cuf
+++ b/flang/test/Semantics/cuf13.cuf
@@ -1,4 +1,4 @@
-! RUN: %flang -fc1 -x cuda -fdebug-unparse %s | FileCheck %s
+! RUN: %flang_fc1 -x cuda -fdebug-unparse %s | FileCheck %s
 
 module matching
   interface sub


        


More information about the flang-commits mailing list