Skip to content

Commit ad2bacc

Browse files
authored
Update assert_header_with_c_linkage.cpp
1 parent ae60749 commit ad2bacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/basic_tests/assert_header_with_c_linkage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clangxx -fsycl -DASSERT -c %s
2-
// RUN: %clangxx -fsycl -DCASSERT -c %s
1+
// RUN: %clangxx -fsycl -DASSERT -fsyntax-only %s
2+
// RUN: %clangxx -fsycl -DCASSERT -fsyntax-only %s
33

44
// Verify that compilation works when assert.h/cassert is wrapped by a C linkage
55
// specification.

0 commit comments

Comments
 (0)