diff options
| author | vanhauser-thc <vh@thc.org> | 2024-02-04 16:03:12 +0100 | 
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-02-04 16:03:12 +0100 | 
| commit | c77709cdd9b50832ed537dfd65d30bc7ffa79e7b (patch) | |
| tree | 9b1cf5379c7c8080787a3b6bd10c46f3e4909d05 /test | |
| parent | 27338fcef121c7700a1e2e99cb31cb7106159293 (diff) | |
| download | afl++-c77709cdd9b50832ed537dfd65d30bc7ffa79e7b.tar.gz | |
add U256/32byte support
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test-llvm.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/test-llvm.sh b/test/test-llvm.sh index 53bbd7b4..aef7a5e2 100755 --- a/test/test-llvm.sh +++ b/test/test-llvm.sh @@ -62,7 +62,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { $ECHO "$RED[!] llvm_mode threadsafe instrumentation failed" CODE=1 } - rm -f test-instr.ts.0 test-instr.ts.1 + rm -f test-instr.ts.0 test-instr.ts.1 test-instr.ts } || { $ECHO "$RED[!] llvm_mode (threadsafe) failed" CODE=1 | 
