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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nvapi_d3d.cpp')
-rw-r--r--tests/nvapi_d3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nvapi_d3d.cpp b/tests/nvapi_d3d.cpp
index 2be82a8..2bd6aee 100644
--- a/tests/nvapi_d3d.cpp
+++ b/tests/nvapi_d3d.cpp
@@ -121,7 +121,7 @@ TEST_CASE("D3D Reflex/LatencyFleX depending methods succeed", "[.d3d]"){
ALLOW_CALL(*lfx, IsAvailable())
.RETURN(false);
- SECTION("Reflex methods succeed when LFX is available") {
+ SECTION("LatencyFleX depending methods succeed when LFX is available") {
ALLOW_CALL(*lfx, IsAvailable())
.RETURN(true); // NOLINT(bugprone-use-after-move)