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 {}