[test suite] remove redundant statement

This commit is contained in:
Michael Rash 2018-08-10 08:54:07 -07:00
parent 9bdaf393bf
commit be142216e4

View File

@ -7764,8 +7764,6 @@ sub init() {
$asan_mode = 1;
$asan_instrumentation_check = 1;
} else {
&write_test_file("[-] Can't find --enable-asan-support in $config_log\n",
$curr_test_file);
push @tests_to_exclude, qr/ASAN/;
}