summaryrefslogtreecommitdiff
path: root/test/fuzzer/fuzzer-mutationstats.test
blob: 95743a818d1f457cc6273a7a7b525d78b5b756b8 (plain)
1
2
3
4
5
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-MutationStatsTest
RUN: not %run %t-MutationStatsTest -print_mutation_stats=1 2>&1 | FileCheck %s

# Ensures there are some non-zero values in the usefulness percentages printed.
CHECK: stat::mutation_usefulness:   {{[0-9]+\.[0-9]+}}