Skip to content

Commit e87c64f

Browse files
committed
Correct these new tests.
1 parent 0592fed commit e87c64f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clang/test/CodeGenSYCL/unique-stable-name-placeholder-crash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -internal-isystem %S/Inputs -std=c++17 -sycl-std=2020 -fsycl -fsycl-is-device -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s
1+
// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -internal-isystem %S/Inputs -std=c++17 -sycl-std=2020 -fsycl-is-device -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s
22

33
#include <sycl.hpp>
44

clang/test/SemaSYCL/sycl-device-scheduler_target_fmax_mhz-template.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -ast-dump -verify -pedantic %s | FileCheck %s
1+
// RUN: %clang_cc1 -fsycl-is-device -fsyntax-only -ast-dump -verify -pedantic %s | FileCheck %s
22

33
// Test that checkes template parameter support for 'scheduler_target_fmax_mhz' attribute on sycl device.
44

clang/test/SemaSYCL/sycl-empty-header.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// compiling source files with no device sycl construct.
33

44
// RUN: mkdir -p %t_dir
5-
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsycl-int-header=%t.h -save-temps=cwd %s
5+
// RUN: %clang_cc1 -fsycl-is-device -fsycl-int-header=%t.h -save-temps=cwd %s
66
// RUN: ls %t.h
77
// RUN: rm -f %t.h
88
// RUN: touch %t.fail.h
99
// RUN: chmod 400 %t.fail.h
10-
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsycl-int-header=%t.fail.h %s 2>&1 | FileCheck %s --check-prefix=SYCL-BADFILE
10+
// RUN: %clang_cc1 -fsycl-is-device -fsycl-int-header=%t.fail.h %s 2>&1 | FileCheck %s --check-prefix=SYCL-BADFILE
1111
// RUN: rm -f %t.fail.h
1212
// SYCL-BADFILE: Error: {{[Pp]ermission}} denied when opening {{.*.fail.h}}

0 commit comments

Comments
 (0)