summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-09-26 00:54:30 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-09-26 00:54:30 +0000
commit8bc91a47c8c1c42eb99c5d6030a0d8c785548f0a (patch)
tree27093c4f24affe244212172db029674ff686f45b /test
parente01a28f8cd0672b26a2cf80ad7ebafe953063293 (diff)
downloadcompiler-rt-8bc91a47c8c1c42eb99c5d6030a0d8c785548f0a.tar.gz
[libFuzzer] [NFC] Fix grammar error with "it's"
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@372937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/overwrite-input.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/overwrite-input.test b/test/fuzzer/overwrite-input.test
index e5ddd62cb..eef1b181a 100644
--- a/test/fuzzer/overwrite-input.test
+++ b/test/fuzzer/overwrite-input.test
@@ -1,3 +1,3 @@
RUN: %cpp_compiler %S/OverwriteInputTest.cpp -o %t-OverwriteInputTest
RUN: not %run %t-OverwriteInputTest 2>&1 | FileCheck %s
-CHECK: ERROR: libFuzzer: fuzz target overwrites it's const input
+CHECK: ERROR: libFuzzer: fuzz target overwrites its const input