Skip to content

Commit a03f315

Browse files
authored
[SYCL][NFC] Fix RUN-line in no-prototype-func.c test (#2059)
Updated run line to avoid leaving no-prototype-func.ll file in source directory after test run.
1 parent 4629ad0 commit a03f315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// RUN: %clang_cc1 -fsycl -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -emit-llvm -verify %s
1+
// RUN: %clang_cc1 -fsycl -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -verify -fsyntax-only %s
22
// expected-no-diagnostics
3-
int foo();
3+
int foo();

0 commit comments

Comments
 (0)