aboutsummaryrefslogtreecommitdiffstats
path: root/tests/afl.py
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2019-01-11 09:14:32 -0700
committerGavin Howard <yzena.tech@gmail.com>2019-01-11 09:14:32 -0700
commit4073714b92e52476f906b9e38fc23e9520f49d1e (patch)
tree6535cc968d5c899d14df026433b4895f0f54a041 /tests/afl.py
parent6ed1986541544c0d0c48020db10eb541c64f5ae0 (diff)
downloadplatform_external_bc-4073714b92e52476f906b9e38fc23e9520f49d1e.tar.gz
platform_external_bc-4073714b92e52476f906b9e38fc23e9520f49d1e.tar.bz2
platform_external_bc-4073714b92e52476f906b9e38fc23e9520f49d1e.zip
Accept a bug in afl.py
Diffstat (limited to 'tests/afl.py')
-rwxr-xr-xtests/afl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/afl.py b/tests/afl.py
index 22a6c935..a4e5ddaa 100755
--- a/tests/afl.py
+++ b/tests/afl.py
@@ -118,7 +118,7 @@ for d in dirs:
lines = f.readlines()
for l in lines:
- run_test(exe, exebase, tout, l, out, file, "test", l.decode())
+ run_test(exe, exebase, tout, l, out, file, "test", l)
print(" Running whole file...")