Avoid deprecation message in sample query

This commit is contained in:
Andrew Eisenberg 2020-10-20 13:00:17 -07:00 коммит произвёл GitHub
Родитель e89c096a4f
Коммит 31f3d93073
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,6 +7,6 @@
import cpp
from Block b
from BlockStmt b
where b.getNumStmt() = 0
select b, "This is an empty block."
select b, "This is an empty block."