1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Make it more accurate now that eval is not a special node.

This commit is contained in:
Patrick Thomson 2019-10-21 15:25:54 -04:00
parent e607d9c011
commit a273f5881c

View File

@ -1,2 +1,2 @@
# CHECK-FAILS
eval("'We will never support eval.'")
exec "'We will never support exec statements.'"