summaryrefslogtreecommitdiffstats
path: root/tests/cpu-program/gfx-smoke.slang.expected
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-09-20 15:44:16 -0700
committerGitHub <noreply@github.com>2022-09-20 15:44:16 -0700
commita95fe92dafbd2a2e718bb4aac090a7156a46e79b (patch)
treee6498b703fee843921e32da005fb00be85e23eec /tests/cpu-program/gfx-smoke.slang.expected
parente60a6fd40cbc0f0d8548f0160bb92437e3d79509 (diff)
Use `printf` in tests. (#2406)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/cpu-program/gfx-smoke.slang.expected')
-rw-r--r--tests/cpu-program/gfx-smoke.slang.expected8
1 files changed, 4 insertions, 4 deletions
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
}