diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-03-16 07:31:23 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-03-16 07:31:23 +0000 |
commit | 247684155326f9c06f86441b9e68b85a260d4cc2 (patch) | |
tree | 1b76425491f2913ea8572f3a314e1c4d26fc8a83 /test/Verifier | |
parent | d703f65984793c35b1c0dc6d4d2115d237889132 (diff) |
Regressions/ is long gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r-- | test/Verifier/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/README.txt b/test/Verifier/README.txt index b7e96ea261..c04152172e 100644 --- a/test/Verifier/README.txt +++ b/test/Verifier/README.txt @@ -1,3 +1,3 @@ This directory contains testcases that the verifier is supposed to detect as malformed LLVM code. Testcases for situations that the verifier incorrectly -identifies as malformed should go in the Regressions/Assembler directory. +identifies as malformed should go in the test/Assembler directory. |