Skip to content

Commit

Permalink
tests: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SveSop committed Feb 2, 2025
1 parent 88399ee commit 9f4f227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nvofapi_cuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

using namespace trompeloeil;

TEST_CASE("CreateInstanceVk returns not-available", "[.cuda]") {
TEST_CASE("CreateInstanceCuda returns not-available", "[.cuda]") {
struct NV_OF_CUDA_API_FUNCTION_LIST {
} functionList;
REQUIRE(NvOFAPICreateInstanceCuda(80, &functionList) == NV_OF_ERR_OF_NOT_AVAILABLE);
REQUIRE(NvOFAPICreateInstanceCuda(0, &functionList) == NV_OF_ERR_OF_NOT_AVAILABLE);
}

0 comments on commit 9f4f227

Please sign in to comment.