forked from OSchip/llvm-project
[Flang][test] Fix Windows buildbot after D104930.
Add REQUIRES: shell to the unpack.f90 test that executes a UNIX shell script.
This commit is contained in:
parent
c00032321a
commit
5d933c0b0c
|
@ -1,4 +1,5 @@
|
||||||
! RUN: %S/test_errors.sh %s %t %flang_fc1
|
! RUN: %S/test_errors.sh %s %t %flang_fc1
|
||||||
|
! REQUIRES: shell
|
||||||
! UNPACK() intrinsic function error tests
|
! UNPACK() intrinsic function error tests
|
||||||
program test_unpack
|
program test_unpack
|
||||||
integer, dimension(2) :: vector = [343, 512]
|
integer, dimension(2) :: vector = [343, 512]
|
||||||
|
|
Loading…
Reference in New Issue