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/resource_factory_util.cpp')
-rw-r--r--tests/resource_factory_util.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/resource_factory_util.cpp b/tests/resource_factory_util.cpp
index a50d8f4..cfa15c8 100644
--- a/tests/resource_factory_util.cpp
+++ b/tests/resource_factory_util.cpp
@@ -1,10 +1,4 @@
-#include "mock_factory.cpp"
-
-void ResetResourceFactory() {
- resourceFactory.reset();
- nvapiAdapterRegistry.reset();
- initializationCount = 0ULL;
-}
+#include "resource_factory_util.h"
void SetupResourceFactory(
std::unique_ptr<DXGIFactory1Mock> dxgiFactory,