about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-02-13 10:51:43 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-02-13 10:51:43 +0100
commita644042168da1005daf2acd446bb8d6d872ebc0e (patch)
treedac4fb6491179e6af5e103ec4d20db33dc49919b
parentca0da14cd8f74e660442336d6c0d323c2314bb0d (diff)
downloadmiasm-a644042168da1005daf2acd446bb8d6d872ebc0e.tar.gz
miasm-a644042168da1005daf2acd446bb8d6d872ebc0e.zip
C test: fix typo
-rw-r--r--test/expr_type/test_chandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expr_type/test_chandler.py b/test/expr_type/test_chandler.py
index 8070841d..9729eb50 100644
--- a/test/expr_type/test_chandler.py
+++ b/test/expr_type/test_chandler.py
@@ -512,7 +512,7 @@ exprc2expr = ExprCToExpr(expr_types, types_mngr)
 mychandler.updt_expr_types(expr_types)
 
 
-for (expr, result) in tests[4:]:
+for (expr, result) in tests:
     print "*" * 80
     print "Native expr:", expr
     result = set(result)