Avoid deprecation message in sample query

This commit is contained in:
Andrew Eisenberg
2020-10-20 13:00:17 -07:00
parent 350ba1957b
commit d52771c7dc

View File

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