Skip to content

Commit

Permalink
Update tests/test_cu.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw authored Jul 16, 2024
1 parent 32542fc commit 980a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TEST_CASE("Test context::getDevice", "[device]") {
cu::Device device(0);
cu::Context context(CU_CTX_SCHED_BLOCKING_SYNC, device);

SECTION("Test after initialization") {
SECTION("Test getName from context") {
CHECK(device.getName() == context.getCurrent().getDevice().getName());
}
}
Expand Down

0 comments on commit 980a65d

Please sign in to comment.