From 4987ae65493f9de11f0905ad952c6c7386355c32 Mon Sep 17 00:00:00 2001 From: David Neto Date: Fri, 12 Aug 2016 14:47:26 -0400 Subject: [PATCH] Test INotEqual for OpSpecConstantOp in asm, disasm --- test/TextToBinary.Constant.cpp | 1 + 1 file changed, 1 insertion(+) 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), -- 2.7.4