Skip to content

Commit fcb45b5

Browse files
author
Anastasia Stulova
committed
[OpenCL] Fix typo in the test.
1 parent 2912f42 commit fcb45b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaOpenCL/func.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -triple spir-unknown-unknown
22
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -triple spir-unknown-unknown -DFUNCPTREXT
3-
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -triple spir-unknown-unknown -DVARARG
3+
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -triple spir-unknown-unknown -DVARARGEXT
44

55
#ifdef FUNCPTREXT
66
#pragma OPENCL EXTENSION __cl_clang_function_pointers : enable

0 commit comments

Comments
 (0)