Skip to content

Commit 7b77170

Browse files
committed
Add tests for assert headers linkage specifications
1 parent 3e80979 commit 7b77170

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,7 +1,7 @@
11
// RUN: %clangxx -fsycl -c %s
22

3-
// Verify that compilation works when assert.h is wrapped by a C linkage
4-
// specification.
3+
// Verify that compilation works when assert.h is wrapped by a C linkage
4+
// specification.
55

66
#ifdef __cplusplus
77
extern "C" {

0 commit comments

Comments
 (0)