forked from OSchip/llvm-project
[NFC] Requires x86-registered-target for test/pr56919.cpp
This commit is contained in:
parent
501faaa0d6
commit
809b416641
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue