From af731024d7537e2751bc3559d36f95671eb6b045 Mon Sep 17 00:00:00 2001 From: Conor McCarthy Date: Wed, 13 Dec 2023 15:00:33 +1000 Subject: [PATCH] tests/shader-runner: Fix the arithmetic-int-uniform int64 abs expected results. --- tests/hlsl/arithmetic-int-uniform.shader_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hlsl/arithmetic-int-uniform.shader_test b/tests/hlsl/arithmetic-int-uniform.shader_test index 0463b27e..c1b0e8ab 100644 --- a/tests/hlsl/arithmetic-int-uniform.shader_test +++ b/tests/hlsl/arithmetic-int-uniform.shader_test @@ -195,4 +195,4 @@ float4 main() : SV_TARGET [test] uniform 0 int64_t2 5000000000 -7000000000 todo draw quad -probe all rgba (5.0, 7.0, 0.0, 10.0) +probe all rgba (5.0, 7.0, 0.0, 0.0)