From b5a4161a801a573179b1f552e5c53748d2667b03 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 19 Aug 2020 15:51:43 -0400 Subject: Remove IncludeHandler. (#1505) nvAPI -> NVAPI nvAPIPath -> nvapiPath DxcIncludeHandler don't reference count. nv-api-path -> nvapi-path Co-authored-by: Tim Foley --- tools/slang-test/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/slang-test/options.cpp') diff --git a/tools/slang-test/options.cpp b/tools/slang-test/options.cpp index 875f9ef0b..eee099965 100644 --- a/tools/slang-test/options.cpp +++ b/tools/slang-test/options.cpp @@ -266,7 +266,7 @@ static bool _isSubCommand(const char* arg) return res; } } - else if (strcmp(arg, "-nv-api-path") == 0) + else if (strcmp(arg, "-nvapi-path") == 0) { if (argCursor == argEnd) { @@ -274,7 +274,7 @@ static bool _isSubCommand(const char* arg) return SLANG_FAIL; } - optionsOut->nvAPIPath = *argCursor++; + optionsOut->nvapiPath = *argCursor++; } else { -- cgit v1.2.3