diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-01-29 17:16:23 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-01-29 17:16:23 +0000 |
| commit | 6d768fcc18e86a7a6ca39ea492fec04be37aab82 (patch) | |
| tree | a65d318210bd74ec542063fb12e896885fb746fe /llvm/lib/Fuzzer/test/TimeoutTest.cpp | |
| parent | 5cd50e3c0ad5c117f28f7d79e24433316739c357 (diff) | |
| download | bcm5719-llvm-6d768fcc18e86a7a6ca39ea492fec04be37aab82.tar.gz bcm5719-llvm-6d768fcc18e86a7a6ca39ea492fec04be37aab82.zip | |
[fuzzer] minor cleanup based on reviews: remove redundant includes, fix a copy-pasto in tests
llvm-svn: 227468
Diffstat (limited to 'llvm/lib/Fuzzer/test/TimeoutTest.cpp')
| -rw-r--r-- | llvm/lib/Fuzzer/test/TimeoutTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/TimeoutTest.cpp b/llvm/lib/Fuzzer/test/TimeoutTest.cpp index 266ead646a5..23683ce866c 100644 --- a/llvm/lib/Fuzzer/test/TimeoutTest.cpp +++ b/llvm/lib/Fuzzer/test/TimeoutTest.cpp @@ -12,7 +12,7 @@ extern "C" void TestOneInput(const uint8_t *Data, size_t Size) { if (Size > 1 && Data[1] == 'i') { Sink = 2; if (Size > 2 && Data[2] == '!') { - Size = 2; + Sink = 2; while (Sink) ; } |

