From 0d2871152aed2596c8741db445a202859acbf330 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Fri, 26 Mar 2021 13:13:00 -0500
Subject: [PATCH] unitTests, regressionTests -> hpvm_pass in documentation

---
 hpvm/test/README.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hpvm/test/README.rst b/hpvm/test/README.rst
index a2f94baaac..e770b05cb3 100644
--- a/hpvm/test/README.rst
+++ b/hpvm/test/README.rst
@@ -7,8 +7,7 @@ Directory Organization
 The `hpvm/test` directory holds all tests and benchmarks in HPVM and is organized as follows:
 
 * 
-  ``unitTests/`` and ``regressionTests/``: unit and regression tests for HPVM.
-  These are LLVM-bitcode test cases for HPVM passes.
+  ``hpvm_pass/``: unit and regression tests for HPVM Passes, written in LLVM-bitcode.
 
 * 
   ``benchmarks/``: includes a few applications written in HPVM-C, a template, and directions for compiling and running these benchmarks.
-- 
GitLab