From 0744ed6eac950d97f3182c1d0d305e715d6b60a7 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 10 Dec 2024 16:48:48 +0100 Subject: [PATCH] tst_QAnyStringView: complete Char[] CanConvert sets Other view tests test Char[N] and const Char[N] separately. Do the same here. For many Char types, the array CanConvert test was missing completely. Add them. Pick-to: 6.9 6.8 6.5 Change-Id: I1d0b6de394d548554a547f190e74cb8cead6ecd4 Reviewed-by: Ivan Solovev