Skip to content

Commit

Permalink
[Flang][test] Fix Windows buildbot after D104930.
Browse files Browse the repository at this point in the history
Add

    REQUIRES: shell

to the unpack.f90 test that executes a UNIX shell script.
  • Loading branch information
Meinersbur committed Jun 29, 2021
1 parent c000323 commit 5d933c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/test/Semantics/unpack.f90
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 5d933c0

Please sign in to comment.