Skip to content

Commit 0b17c82

Browse files
committed
Tests: Fix tests with incorrect REQUIRES=macosx lines.
1 parent 79d8de9 commit 0b17c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ClangImporter/availability_platform_categories.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -typecheck %s -import-objc-header %S/Inputs/availability_platform_categories.h
22

3-
// REQUIRES: OS=macos
3+
// REQUIRES: OS=macosx
44

55
// Test when a function is associated to an Objective-C category with the
66
// wrong unavailability. rdar://problem/53956555

test/SILOptimizer/moveonly_addresschecker_tsan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-emit-sil -sanitize=thread -sil-verify-all -verify -enable-experimental-feature NoImplicitCopy -enable-experimental-feature MoveOnlyClasses %s -Xllvm -sil-print-final-ossa-module | %FileCheck %s
22
// RUN: %target-swift-emit-sil -sanitize=thread -O -sil-verify-all -verify -enable-experimental-feature NoImplicitCopy -enable-experimental-feature MoveOnlyClasses %s
3-
// REQUIRES: OS=macOS
3+
// REQUIRES: OS=macosx
44

55
// This file contains tests that used to crash due to verifier errors. It must
66
// be separate from moveonly_addresschecker_diagnostics since when we fail on

0 commit comments

Comments
 (0)