From 86a157c3925bd5c602fd8f2be83cea7db949f87f Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Mon, 3 Sep 2018 20:17:16 -0700 Subject: [PATCH] Change wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f4718..83d73fa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The [2018 IEEE Cybersecurity Development Conference](https://secdev.ieee.org/201 * Find out which tool works best for your code under test * Different tools find different bugs/vulnerabilities * Fair way to benchmark/bakeoff tools -* Provides test replay for regression and effective automatic test case minimization +* Provides test replay for regression plus effective automatic test case reduction to aid debugging * Supports API-sequence generation with extensions to Google Test interface * Concise readable way (OneOf) to say "run one of these blocks of code" * Same construct supports fixed value set non-determinism