Skip to content

Commit f66cd1e

Browse files
Add a header to the unit test
Signed-off-by: Sergey Semenov <[email protected]>
1 parent 21d1d0f commit f66cd1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sycl/unittests/queue/wait.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//==----------------- wait.cpp --- queue wait unit test --------------------==//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#include <CL/sycl.hpp>
210
#include <detail/context_impl.hpp>
311
#include <gtest/gtest.h>

0 commit comments

Comments
 (0)