Skip to content

Commit 31ce0f1

Browse files
committed
[flang][driver] Fix exec.f90 test with shared libs
1 parent c37699b commit 31ce0f1

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)