From: David Neto Date: Fri, 12 Aug 2016 18:47:26 +0000 (-0400) Subject: Test INotEqual for OpSpecConstantOp in asm, disasm X-Git-Tag: upstream/2018.6~1123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4987ae65493f9de11f0905ad952c6c7386355c32;p=platform%2Fupstream%2FSPIRV-Tools.git Test INotEqual for OpSpecConstantOp in asm, disasm --- diff --git a/test/TextToBinary.Constant.cpp b/test/TextToBinary.Constant.cpp index 11f6e12..6df0ded 100644 --- a/test/TextToBinary.Constant.cpp +++ b/test/TextToBinary.Constant.cpp @@ -722,6 +722,7 @@ INSTANTIATE_TEST_CASE_P( CASE3(Select), // Comparison CASE2(IEqual), + CASE2(INotEqual), // Allowed in 1.0 Rev 7 CASE2(ULessThan), CASE2(SLessThan), CASE2(UGreaterThan),