Skip to content

Commit

Permalink
fix skipping cuda test
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Nov 12, 2024
1 parent 2839730 commit 8960fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-shared-texture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void testSharedTexture(GpuTestContext* ctx, DeviceType deviceType)
#if SLANG_WIN64
TEST_CASE("shared-texture-cuda")
{
if (isDeviceTypeAvailable(DeviceType::CUDA))
if (!isDeviceTypeAvailable(DeviceType::CUDA))
SKIP("CUDA not available");

runGpuTests(
Expand Down

0 comments on commit 8960fc2

Please sign in to comment.