Browse Source

fix expected value of isfinite(NaN) to 0. (#239)

Young Kim 8 years ago
parent
commit
9ea99dda7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/clang/unittests/HLSL/ShaderOpArithTable.xml

+ 1 - 1
tools/clang/unittests/HLSL/ShaderOpArithTable.xml

@@ -1035,7 +1035,7 @@
           <Value>-1.0</Value>
         </Parameter>
         <Parameter Name="Validation.Expected">
-          <Value>1</Value>
+          <Value>0</Value>
           <Value>0</Value>
           <Value>1</Value>
           <Value>1</Value>