diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2017-03-14 10:51:14 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2017-03-14 10:51:14 +0000 |
commit | b5ecceff0c1e1e4bbbcfc94a4e3f036040318532 (patch) | |
tree | 2eb0383e6e33228ed627481c53a945324bd665d0 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | 18f4aedae8061ccecbd4e8e31ee9895b47770082 (diff) | |
download | bcm5719-llvm-b5ecceff0c1e1e4bbbcfc94a4e3f036040318532.tar.gz bcm5719-llvm-b5ecceff0c1e1e4bbbcfc94a4e3f036040318532.zip |
Test commit.
llvm-svn: 297731
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
-rw-r--r-- | llvm/utils/FileCheck/FileCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/FileCheck/FileCheck.cpp b/llvm/utils/FileCheck/FileCheck.cpp index da1267f027d..f563cadc92c 100644 --- a/llvm/utils/FileCheck/FileCheck.cpp +++ b/llvm/utils/FileCheck/FileCheck.cpp @@ -10,7 +10,7 @@ // FileCheck does a line-by line check of a file that validates whether it // contains the expected content. This is useful for regression tests etc. // -// This program exits with an error status of 2 on error, exit status of 0 if +// This program exits with an exit status of 2 on error, exit status of 0 if // the file matched the expected contents, and exit status of 1 if it did not // contain the expected contents. // |