From a273f5881cb48c3e71586cabd7f895ff4bc0ef09 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Mon, 21 Oct 2019 15:25:54 -0400 Subject: [PATCH] Make it more accurate now that eval is not a special node. --- semantic-python/test/fixtures/1-05-exec-statement-fails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-python/test/fixtures/1-05-exec-statement-fails.py b/semantic-python/test/fixtures/1-05-exec-statement-fails.py index b8b5b4e72..6a42da01b 100644 --- a/semantic-python/test/fixtures/1-05-exec-statement-fails.py +++ b/semantic-python/test/fixtures/1-05-exec-statement-fails.py @@ -1,2 +1,2 @@ # CHECK-FAILS -eval("'We will never support eval.'") +exec "'We will never support exec statements.'"