summaryrefslogtreecommitdiff
path: root/tools/slang-test/README.md
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2018-04-03 12:25:51 -0400
committerTim Foley <tfoleyNV@users.noreply.github.com>2018-04-03 09:25:51 -0700
commit3115ba7a3640937df01ecf60f7ff55f71a3ab7c2 (patch)
treee92edd95391270df3afdd1c0bc36aebf16e5994e /tools/slang-test/README.md
parent499e2586cba2a7ba2a703b90c459b24620e351ee (diff)
Fixes based on review of feature/dx12 PR. (#473)
Diffstat (limited to 'tools/slang-test/README.md')
-rw-r--r--tools/slang-test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-test/README.md b/tools/slang-test/README.md
index f4418311d..819694b48 100644
--- a/tools/slang-test/README.md
+++ b/tools/slang-test/README.md
@@ -16,7 +16,7 @@ slang-test -bindir E:\slang\bin\windows-x64\Debug\\ -category full tests/compute
* The -category full means that all tests can be run.
* The final 'free parameter' is 'tests/compute/array-param' and means only tests starting with this string will run.
-It may also be necessary to have the working directory the root directory of the slang distribution - in the example about this would be "E:\slang\".
+It may also be necessary to have the working directory the root directory of the slang distribution - in the example above this would be "E:\slang\".
## Test Categories