From 0503d0f44581fb6fc27186de8b9482ef390469d8 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 2 Jun 2022 10:28:56 -0700 Subject: [PATCH] Reenable UnicodeScalarProperties test --- validation-test/stdlib/UnicodeScalarProperties.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/validation-test/stdlib/UnicodeScalarProperties.swift b/validation-test/stdlib/UnicodeScalarProperties.swift index 87b9089ee5de7..3fea3908a1288 100644 --- a/validation-test/stdlib/UnicodeScalarProperties.swift +++ b/validation-test/stdlib/UnicodeScalarProperties.swift @@ -3,7 +3,6 @@ // REQUIRES: long_test // REQUIRES: optimized_stdlib // REQUIRES: objc_interop -// REQUIRES: rdar94270193 @_spi(_Unicode) import Swift