From d5dfdade188c3c03ab47196843010447c7b1cbfc Mon Sep 17 00:00:00 2001 From: Djordje Todorovic Date: Fri, 15 May 2020 09:09:48 +0200 Subject: [PATCH] [NFC][test] Add missing ':' after 'CHECK' Without the ':' the check command doesn't do anything. This typo was introduced along with the commit for the D77789. --- test/tools/llvm-dwarfdump/X86/statistics.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/llvm-dwarfdump/X86/statistics.ll b/test/tools/llvm-dwarfdump/X86/statistics.ll index 2683db3efba..589375ac6f5 100644 --- a/test/tools/llvm-dwarfdump/X86/statistics.ll +++ b/test/tools/llvm-dwarfdump/X86/statistics.ll @@ -44,7 +44,7 @@ ; Because of the dbg.value in the middle of the function, the pc range coverage ; must be below 100%. ; CHECK-NOT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":0 -; CHECK-NOT "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":[[BYTES]] +; CHECK-NOT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":[[BYTES]] ; CHECK: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)": ; CHECK: "#bytes witin functions":[[FUNCSIZE:[0-9]+]] ; CHECK: "#bytes witin inlined functions":[[INLINESIZE:[0-9]+]]