commit | 6d768fcc18e86a7a6ca39ea492fec04be37aab82 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Thu Jan 29 17:16:23 2015 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Thu Jan 29 17:16:23 2015 +0000 |
tree | a65d318210bd74ec542063fb12e896885fb746fe | |
parent | 5cd50e3c0ad5c117f28f7d79e24433316739c357 [diff] [blame] |
[fuzzer] minor cleanup based on reviews: remove redundant includes, fix a copy-pasto in tests llvm-svn: 227468
diff --git a/llvm/lib/Fuzzer/test/TimeoutTest.cpp b/llvm/lib/Fuzzer/test/TimeoutTest.cpp index 266ead6..23683ce 100644 --- a/llvm/lib/Fuzzer/test/TimeoutTest.cpp +++ b/llvm/lib/Fuzzer/test/TimeoutTest.cpp
@@ -12,7 +12,7 @@ if (Size > 1 && Data[1] == 'i') { Sink = 2; if (Size > 2 && Data[2] == '!') { - Size = 2; + Sink = 2; while (Sink) ; }