Skip to content

Commit

Permalink
[NFC][tests] Fix target OS check for module test
Browse files Browse the repository at this point in the history
PR #70661 accidentally used the old form.
  • Loading branch information
jakeegan committed Oct 31, 2023
1 parent 1b43717 commit 913a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Modules/relative-resource-dir.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// UNSUPPORTED: -zos, -aix
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
// REQUIRES: shell

// RUN: EXPECTED_RESOURCE_DIR=`%clang -print-resource-dir` && \
Expand Down

0 comments on commit 913a1d5

Please sign in to comment.