Skip to content

Commit f93cdcf

Browse files
author
git apple-llvm automerger
committed
Merge commit '31ce0f1dda3c' from llvm.org/main into next
2 parents 0795c1b + 31ce0f1 commit f93cdcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/test/Driver/exec.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
! UNSUPPORTED: system-windows
12
! Verify that flang can correctly build executables.
23

34
! RUN: %flang %s -o %t
4-
! RUN: %t | FileCheck %s
5+
! RUN: LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%llvmshlibdir" %t | FileCheck %s
56
! RUN: rm -f %t
67

78
! CHECK: Hello, World!

0 commit comments

Comments
 (0)