Skip to content

Commit fa0e63b

Browse files
committed
Fix Catch2 include: use catch2/catch_test_macros.hpp (v3)
Made-with: Cursor
1 parent cb65d4f commit fa0e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cudax/test/utility/unstable_unique.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <vector>
1414

15-
#include <catch2/catch.hpp>
15+
#include <catch2/catch_test_macros.hpp>
1616

1717
namespace cudax = cuda::experimental;
1818

0 commit comments

Comments
 (0)