From 4cc914280fbe7b3e3e0f921da2b805e23a68f088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Bolvansk=C3=BD?= Date: Sat, 8 Aug 2020 20:45:24 +0200 Subject: [FileCheckTest] Supress new warning --- llvm/unittests/Support/FileCheckTest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/unittests/Support/FileCheckTest.cpp') diff --git a/llvm/unittests/Support/FileCheckTest.cpp b/llvm/unittests/Support/FileCheckTest.cpp index 9f28684..80a43f1 100644 --- a/llvm/unittests/Support/FileCheckTest.cpp +++ b/llvm/unittests/Support/FileCheckTest.cpp @@ -796,10 +796,10 @@ TEST_F(FileCheckTest, Binop) { std::move(Binop2)); ImplicitFormat = OuterBinop->getImplicitFormat(SM); expectSameErrors( - {"implicit format conflict between 'FOO' (%u) and 'BAZ' (%x), " - "need an explicit format specifier", - "implicit format conflict between 'FOO' (%u) and 'QUUX' (%x), " - "need an explicit format specifier"}, + {("implicit format conflict between 'FOO' (%u) and 'BAZ' (%x), need an " + "explicit format specifier"), + ("implicit format conflict between 'FOO' (%u) and 'QUUX' (%x), need an " + "explicit format specifier")}, ImplicitFormat.takeError()); } -- cgit v1.1