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

This commit is contained in:
Chuanqi Xu 2022-08-05 16:44:38 +08:00
parent 501faaa0d6
commit 809b416641
1 changed files with 3 additions and 0 deletions

View File

@ -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"