X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=tests%2Finexact.qc;fp=tests%2Finexact.qc;h=a17cccddcc73e467e632fde908c80fc78dc2e249;hp=11dc2c62521d0ce9e87ffb8f898f214f647a9edd;hb=4fa694fe827756b3d5f25ebb5398c9fe5f57e205;hpb=edb38ce70e86acde9530af5861cfcf8f396b5e75 diff --git a/tests/inexact.qc b/tests/inexact.qc index 11dc2c6..a17cccd 100644 --- a/tests/inexact.qc +++ b/tests/inexact.qc @@ -1,7 +1,6 @@ -const float a = 1.0 / 3.0; -const float b = 0.33333333333; - void main() { + const float a = 1.0 / 3.0; + const float b = 0.33333333333; if (a == b) { // Should trigger warning }