https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7d4833cb34dbf033d5f27bb8ccb6b9dc723bd4f8

commit 7d4833cb34dbf033d5f27bb8ccb6b9dc723bd4f8
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Thu Feb 2 20:34:06 2023 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Mon Apr 17 00:41:31 2023 +0300

    [NTDLL_APITEST] Try to fix test for NtMapViewOfSection
    
    Remove a 0 sized test.dll, which overwrites an already present proper 
test.dll
---
 modules/rostests/apitests/ntdll/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/ntdll/CMakeLists.txt 
b/modules/rostests/apitests/ntdll/CMakeLists.txt
index ed7cf1ff86f..380b76ab310 100644
--- a/modules/rostests/apitests/ntdll/CMakeLists.txt
+++ b/modules/rostests/apitests/ntdll/CMakeLists.txt
@@ -140,7 +140,7 @@ add_rostests_file(TARGET ntdll_apitest SUBDIR testdata)
 # These are empty files
 add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/ntdll_apitest.exe.local" 
SUBDIR testdata)
 add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/shell32.dll" SUBDIR 
testdata)
-add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/test.dll" SUBDIR testdata)
+# add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/test.dll" SUBDIR 
testdata)
 add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/ntdlltest.manifest" SUBDIR 
testdata)
 add_rostests_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/fil1.txt" SUBDIR testdata)
 

Reply via email to