[NFC] Drop idle compiler option from the test.

Differential Revision: https://reviews.llvm.org/D108020
This commit is contained in:
Alexey Bader 2021-08-13 09:04:09 +03:00
parent cfdfb75c1f
commit d754b970ed
1 changed files with 1 additions and 1 deletions

View File

@ -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) {