[NFC] Requires x86-registered-target for test/pr56919.cpp

GitOrigin-RevId: 809b4166413f157ce8e45ba0f80438701bf2e133
diff --git a/test/CodeGenCoroutines/pr56919.cpp b/test/CodeGenCoroutines/pr56919.cpp
index ecd9515..dd6df99 100644
--- a/test/CodeGenCoroutines/pr56919.cpp
+++ b/test/CodeGenCoroutines/pr56919.cpp
@@ -1,4 +1,7 @@
 // Test for PR56919. Tests the destroy function contains the call to delete function only.
+//
+// REQUIRES: x86-registered-target
+//
 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++20 %s -O3 -S -o - | FileCheck %s
 
 #include "Inputs/coroutine.h"