Skip to content

Commit

Permalink
Remove error limit from WorkGroupMemory test
Browse files Browse the repository at this point in the history
Co-authored-by: Steffen Larsen <[email protected]>
  • Loading branch information
lbushi25 and steffenlarsen authored Nov 6, 2024
1 parent df3902f commit 61944fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/extensions/WorkGroupMemory/api_misuse_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clangxx -fsycl -fsyntax-only -ferror-limit=30 -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s
// RUN: %clangxx -fsycl -fsyntax-only -ferror-limit=0 -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s

#include <sycl/sycl.hpp>

Expand Down

0 comments on commit 61944fc

Please sign in to comment.