Skip to content

Commit 2c3b7bc

Browse files
resolve CI failure
1 parent d91821f commit 2c3b7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/FreeFunctionKernels/templates_variadic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ int main() {
7171
ctxt);
7272
test_variadic<Templates::Tests::variadic<int, int, int, int>, int, int, int,
7373
int>(q, ctxt);
74-
return 1;
74+
return 0;
7575
}

0 commit comments

Comments
 (0)