From 39ea8f0548a55b6fdbd662a38a0ddaf92e4fc54a Mon Sep 17 00:00:00 2001 From: Dario Rexin Date: Mon, 20 Oct 2025 17:58:12 -0700 Subject: [PATCH] [Test] Don't expect IRGen/typed_throws_abi.swift to fail rdar://162915553 Since this test was introduced, code gen has changed and it is now passing on arm64e as well --- test/IRGen/typed_throws_abi.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/test/IRGen/typed_throws_abi.swift b/test/IRGen/typed_throws_abi.swift index 1637e2841d70b..0341c24747c2f 100644 --- a/test/IRGen/typed_throws_abi.swift +++ b/test/IRGen/typed_throws_abi.swift @@ -1,6 +1,5 @@ // RUN: %target-swift-frontend -primary-file %s -emit-irgen -enable-library-evolution | %FileCheck %s -// XFAIL: CPU=arm64e // REQUIRES: PTRSIZE=64 struct Empty: Error {}