Skip to content

Commit 43dfbee

Browse files
author
Martin Wehking
committed
Fix unused argument error for devicelib test case
1 parent 71a64ed commit 43dfbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/DeviceLib/math_fp64_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %{build} %{mathflags} -o %t.out
66
// RUN: %{run} %t.out
77

8-
// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %{mathflags} %s -o %t.out
8+
// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl -fsycl-device-lib-jit-link %{mathflags} %s -o %t.out
99
// RUN: %if !gpu %{ %{run} %t.out %}
1010

1111
#include "math_utils.hpp"

0 commit comments

Comments
 (0)