Skip to content

Commit ea4101f

Browse files
committed
Remove debug print in SyclDevice aspect tests
1 parent 1013422 commit ea4101f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libsyclinterface/tests/test_sycl_device_aspects.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include <stddef.h>
3535

3636
#include <gtest/gtest.h>
37-
#include <iostream>
3837
#include <sycl/sycl.hpp>
3938
#include <utility>
4039

@@ -189,7 +188,6 @@ TEST_P(TestDPCTLSyclDeviceInterfaceAspects, ChkHasAspect)
189188
{
190189
bool actual = false;
191190
auto dpctlAspect = DPCTL_StrToAspectType(GetParam().second.first);
192-
std::cout << GetParam().second.first << std::endl;
193191
auto AspectTy = DPCTL_SyclAspectToDPCTLAspectType(dpctlAspect);
194192
EXPECT_NO_FATAL_FAILURE(actual = DPCTLDevice_HasAspect(DRef, AspectTy));
195193
EXPECT_TRUE(hasAspect == actual);

0 commit comments

Comments
 (0)