Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-02-11 17:38:52 +0300
committerJens Peters <jp7677@gmail.com>2022-02-11 19:04:39 +0300
commit6150ed31be2340b9c0012dfa838649c8dbbefda8 (patch)
tree2aee3db858463e4f8ab99d817374935889ddccbd /tests
parent8c59afefe4c53b4cffcd8f0a8b83bf687d4abdc9 (diff)
nvapi-drs: Log id and name
Diffstat (limited to 'tests')
-rw-r--r--tests/nvapi_drs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nvapi_drs.cpp b/tests/nvapi_drs.cpp
index ec89388..13d30da 100644
--- a/tests/nvapi_drs.cpp
+++ b/tests/nvapi_drs.cpp
@@ -39,7 +39,7 @@ TEST_CASE("DRS methods succeed", "[.drs]") {
auto args = GENERATE(
Data{FXAA_ALLOW_ID},
Data{CUDA_EXCLUDED_GPUS_ID},
- Data{0x1234});
+ Data{0x12345678});
NvDRSSessionHandle handle{};
NvDRSProfileHandle profile{};