fix a copy-paste error in wide_color tests
authorTapani Pälli <tapani.palli@intel.com>
Mon, 18 Sep 2017 10:31:04 +0000 (13:31 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Mon, 18 Sep 2017 10:31:04 +0000 (13:31 +0300)
Change "10:10:10:2" to "16:16:16:16" in checkFP16Support print out.

Change-Id: Id3eb25ed4f72b08fc1465af786177175579490ce
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
modules/egl/teglWideColorTests.cpp

index 20d4fff..31afd28 100644 (file)
@@ -406,7 +406,7 @@ void WideColorTest::checkFP16Support (void)
        if (numConfigs <= 0)
        {
                log << tcu::TestLog::Message << "No configs returned." << tcu::TestLog::EndMessage;
-               TCU_THROW(NotSupportedError, "10:10:10:2 pixel format is not supported");
+               TCU_THROW(NotSupportedError, "16:16:16:16 pixel format is not supported");
        }
 
        log << tcu::TestLog::Message << numConfigs << " configs returned" << tcu::TestLog::EndMessage;