From de7c37efe2af87377ad3cdc707c61c0fa02c4038 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 19 Oct 2012 17:23:39 +0000 Subject: Fix some doc-os. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166290 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index fa3ff2b039..ae2643fe4e 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -802,8 +802,8 @@ define two separate CHECK lines that match on the same line. tool. To specify an expected fail, use the XFAIL keyword in the comments of the test program followed by a colon and one or more failure patterns. Each failure pattern can be either '*' (to specify fail everywhere), or a part of a - target triple (indicating the test should fail on that platfomr), or the name - of a configurable feature (for example, "loadable_module").. If there is a + target triple (indicating the test should fail on that platform), or the name + of a configurable feature (for example, "loadable_module"). If there is a match, the test is expected to fail. If not, the test is expected to succeed. To XFAIL everywhere just specify XFAIL: *. Here is an example of an XFAIL line:

-- cgit v1.2.3