[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.
This commit is contained in:
Djordje Todorovic 2020-05-15 09:09:48 +02:00
parent d6b937056d
commit 67d0e2160c
1 changed files with 1 additions and 1 deletions

View 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]+]]