From a95fe92dafbd2a2e718bb4aac090a7156a46e79b Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 20 Sep 2022 15:44:16 -0700 Subject: Use `printf` in tests. (#2406) Co-authored-by: Yong He --- tests/cpu-program/gfx-smoke.slang.expected | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/cpu-program/gfx-smoke.slang.expected') diff --git a/tests/cpu-program/gfx-smoke.slang.expected b/tests/cpu-program/gfx-smoke.slang.expected index aa0dd7680..bf03b7741 100644 --- a/tests/cpu-program/gfx-smoke.slang.expected +++ b/tests/cpu-program/gfx-smoke.slang.expected @@ -2,8 +2,8 @@ result code = 0 standard error = { } standard output = { -0 -1 -2 -3 +0.0 +1.0 +2.0 +3.0 } -- cgit v1.2.3