Skip to content

Commit 5d933c0

Browse files
committed
[Flang][test] Fix Windows buildbot after D104930.
Add REQUIRES: shell to the unpack.f90 test that executes a UNIX shell script.
1 parent c000323 commit 5d933c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Semantics/unpack.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
! RUN: %S/test_errors.sh %s %t %flang_fc1
2+
! REQUIRES: shell
23
! UNPACK() intrinsic function error tests
34
program test_unpack
45
integer, dimension(2) :: vector = [343, 512]

0 commit comments

Comments
 (0)