From: Tapani Pälli Date: Mon, 18 Sep 2017 10:31:04 +0000 (+0300) Subject: fix a copy-paste error in wide_color tests X-Git-Tag: upstream/0.1.0^2^2~9^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af7a952886c322416f52fc552a94fdada80b3503;p=platform%2Fupstream%2FVK-GL-CTS.git fix a copy-paste error in wide_color tests Change "10:10:10:2" to "16:16:16:16" in checkFP16Support print out. Change-Id: Id3eb25ed4f72b08fc1465af786177175579490ce Signed-off-by: Tapani Pälli --- diff --git a/modules/egl/teglWideColorTests.cpp b/modules/egl/teglWideColorTests.cpp index 20d4fff..31afd28 100644 --- a/modules/egl/teglWideColorTests.cpp +++ b/modules/egl/teglWideColorTests.cpp @@ -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;