From b152f1bb18fdbccb17c96d7d3307ead1b14286b4 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Wed, 6 Aug 2025 17:57:23 -0400 Subject: Add back GFX smoke test (#8030) * Fix `tools/gfx/gfx.slang` * Add back `tests/cpu-program/gfx-smoke.slang` --- tools/gfx/gfx.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gfx/gfx.slang b/tools/gfx/gfx.slang index fded20eeb..8dae5227e 100644 --- a/tools/gfx/gfx.slang +++ b/tools/gfx/gfx.slang @@ -12,7 +12,7 @@ public typedef int GfxCount; public typedef intptr_t Size; public typedef intptr_t Offset; -public const uint64_t kTimeoutInfinite = 0xFFFFFFFFFFFFFFFF; +public static const uint64_t kTimeoutInfinite = 0xFFFFFFFFFFFFFFFF; public enum class StructType { -- cgit v1.2.3