[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:
Michael Kruse 2021-06-29 16:57:52 +00:00
parent c00032321a
commit 5d933c0b0c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
! RUN: %S/test_errors.sh %s %t %flang_fc1
! REQUIRES: shell
! UNPACK() intrinsic function error tests
program test_unpack
integer, dimension(2) :: vector = [343, 512]