Avoid deprecation message in sample query

This commit is contained in:
Andrew Eisenberg 2020-10-20 13:00:17 -07:00
Родитель e89c096a4f
Коммит 868aeee8a9
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."