From 8f59173a3292ed72b0d47120cd038dbca3578e9c Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Wed, 1 Sep 2021 12:20:44 -0700 Subject: [PATCH] Add missing REQUIRES: CPU=x86_64 to Reflection test. --- test/Reflection/typeref_decoding_concurrency.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Reflection/typeref_decoding_concurrency.swift b/test/Reflection/typeref_decoding_concurrency.swift index b54df2f66ab12..53489cbdd111f 100644 --- a/test/Reflection/typeref_decoding_concurrency.swift +++ b/test/Reflection/typeref_decoding_concurrency.swift @@ -3,6 +3,7 @@ // REQUIRES: concurrency // REQUIRES: libdispatch +// REQUIRES: CPU=x86_64 // REQUIRES: OS=macosx // rdar://76038845