forked from OSchip/llvm-project
[NFC] Drop idle compiler option from the test.
Differential Revision: https://reviews.llvm.org/D108020
This commit is contained in:
parent
cfdfb75c1f
commit
d754b970ed
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -ast-print -fsycl-is-device %s -o - -triple spir64-sycldevice | FileCheck %s
|
||||
// RUN: %clang_cc1 -ast-print -fsycl-is-device %s -o - | FileCheck %s
|
||||
|
||||
template <typename T>
|
||||
void WrappedInTemplate(T t) {
|
||||
|
|
Loading…
Reference in New Issue