about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2019-02-13 13:25:22 +0100
committerGitHub <noreply@github.com>2019-02-13 13:25:22 +0100
commit29ffd402cd4c20b1e5164b94f8ba74d1f35f4a81 (patch)
treedac4fb6491179e6af5e103ec4d20db33dc49919b /test
parentca0da14cd8f74e660442336d6c0d323c2314bb0d (diff)
parenta644042168da1005daf2acd446bb8d6d872ebc0e (diff)
downloadmiasm-29ffd402cd4c20b1e5164b94f8ba74d1f35f4a81.tar.gz
miasm-29ffd402cd4c20b1e5164b94f8ba74d1f35f4a81.zip
Merge pull request #974 from serpilliere/ctype_typo
C test: fix typo
Diffstat (limited to 'test')
-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)