diff options
| author | Yong He <yonghe@outlook.com> | 2022-09-20 15:44:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-20 15:44:16 -0700 |
| commit | a95fe92dafbd2a2e718bb4aac090a7156a46e79b (patch) | |
| tree | e6498b703fee843921e32da005fb00be85e23eec /tests/cpu-program/gfx-smoke.slang.expected | |
| parent | e60a6fd40cbc0f0d8548f0160bb92437e3d79509 (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.expected | 8 |
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 } |
