Test INotEqual for OpSpecConstantOp in asm, disasm
authorDavid Neto <dneto@google.com>
Fri, 12 Aug 2016 18:47:26 +0000 (14:47 -0400)
committerDavid Neto <dneto@google.com>
Fri, 12 Aug 2016 20:00:46 +0000 (16:00 -0400)
test/TextToBinary.Constant.cpp

index 11f6e12..6df0ded 100644 (file)
@@ -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),