summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs/gh-3589.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/gh-3589.slang b/tests/bugs/gh-3589.slang
index 58bb74f37..4534465d3 100644
--- a/tests/bugs/gh-3589.slang
+++ b/tests/bugs/gh-3589.slang
@@ -11,8 +11,8 @@ void main(uint id: SV_DispatchThreadID)
outputBuffer[0] = i;
outputBuffer[1] = m;
- // CHECK: -179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0
+ // CHECK: -1.79769313486231571e+308
outputBuffer2[0] = double.minValue;
- // CHECK: 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0
+ // CHECK: 1.79769313486231571e+308
outputBuffer2[1] = double.maxValue;
} \ No newline at end of file