From 96ca596cc268d191a7adf7772512ceac43b1a0cf Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 22 Jul 2014 16:05:46 +0200 Subject: [PATCH] fix the operation test where static analysis reports additions of ints with non-ints. --- test/static_analysis/operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/static_analysis/operations.py b/test/static_analysis/operations.py index ec146361..905851b4 100644 --- a/test/static_analysis/operations.py +++ b/test/static_analysis/operations.py @@ -1,4 +1,4 @@ -1 + 1 1 + 1.0 -#! 6 type-error-operation +#! 2 type-error-operation 1 + '1'