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 | 80c86ecf4b9124d55e73e023e8251ca963bf1c4b (patch) | |
tree | 1b76425491f2913ea8572f3a314e1c4d26fc8a83 | |
parent | a1c11a1f716a00e4b9c1e7bf0f5edaf65ef6d368 (diff) | |
download | external_llvm-80c86ecf4b9124d55e73e023e8251ca963bf1c4b.zip external_llvm-80c86ecf4b9124d55e73e023e8251ca963bf1c4b.tar.gz external_llvm-80c86ecf4b9124d55e73e023e8251ca963bf1c4b.tar.bz2 |
Regressions/ is long gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48415 91177308-0d34-0410-b5e6-96231b3b80d8
-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 b7e96ea..c041521 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. |