[NFC][test] Add missing ':' after 'CHECK'
authorDjordje Todorovic <djordje.todorovic@syrmia.com>
Fri, 15 May 2020 07:09:48 +0000 (09:09 +0200)
committerDjordje Todorovic <djordje.todorovic@syrmia.com>
Fri, 15 May 2020 07:13:11 +0000 (09:13 +0200)
Without the ':' the check command doesn't do anything.
This typo was introduced along with the commit for the D77789.

llvm/test/tools/llvm-dwarfdump/X86/statistics.ll

index 2683db3..589375a 100644 (file)
@@ -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]+]]