From 79acf14ec4046664c758986728d2f03b91525174 Mon Sep 17 00:00:00 2001 From: Becca Royal-Gordon Date: Mon, 19 Aug 2024 17:11:27 -0700 Subject: [PATCH] Re-enable objc_implementation_objc_client.m This test was disabled over a year ago due to what may have been a standard library bug; however, the failure no longer reproduces in commonly-tested configurations. Experimentally re-enable the test to find out whether it is still failing in *any* tested configuration or whether we can simply leave it turned on. Fixes rdar://101497120 (maybe). --- test/Interpreter/objc_implementation_objc_client.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Interpreter/objc_implementation_objc_client.m b/test/Interpreter/objc_implementation_objc_client.m index edb1f8a529f50..d340f13a2e0ae 100644 --- a/test/Interpreter/objc_implementation_objc_client.m +++ b/test/Interpreter/objc_implementation_objc_client.m @@ -1,5 +1,3 @@ -// REQUIRES: rdar101497120 - // // Build objc_implementation.framework //