Skip to content

Commit fc6db38

Browse files
Remove extra space
1 parent 0809711 commit fc6db38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/devicelib/assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void simple_vadd(const std::array<T, N> &VA, const std::array<T, N> &VB,
134134
}
135135
if (unsupported && getenv("SKIP_IF_NO_EXT")) {
136136
fprintf(stderr, "Device has no support for cl_intel_devicelib_assert, "
137-
"skipping the test \n");
137+
"skipping the test\n");
138138
exit(EXIT_SKIP_TEST);
139139
}
140140

0 commit comments

Comments
 (0)