From 8df0b7bd2a484f4dd211c71481e8e0c38d69ed5b Mon Sep 17 00:00:00 2001 From: cpopa Date: Tue, 14 Jan 2014 19:49:37 +0200 Subject: Remove obsolete test case (syntax error when using nonlocal without external binding). --- test/messages/func_used_before_assignment_py30.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/messages/func_used_before_assignment_py30.txt b/test/messages/func_used_before_assignment_py30.txt index f731b3c..21ee940 100644 --- a/test/messages/func_used_before_assignment_py30.txt +++ b/test/messages/func_used_before_assignment_py30.txt @@ -1,2 +1 @@ -E: 18:test_fail.wrap: Using variable 'cnt' before assignment -E: 26:test2_fail.wrap: Using variable 'cnt' before assignment \ No newline at end of file +E: 18:test_fail.wrap: Using variable 'cnt' before assignment \ No newline at end of file -- cgit v1.2.1