From af7a952886c322416f52fc552a94fdada80b3503 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tapani=20P=C3=A4lli?= Date: Mon, 18 Sep 2017 13:31:04 +0300 Subject: [PATCH] fix a copy-paste error in wide_color tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change "10:10:10:2" to "16:16:16:16" in checkFP16Support print out. Change-Id: Id3eb25ed4f72b08fc1465af786177175579490ce Signed-off-by: Tapani Pälli --- modules/egl/teglWideColorTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4