[WINESYNC] reg/tests: Remove duplicate test from test_registry_view_wow64().

Signed-off-by: Hugh McMaster <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id 8ad9c21b056d9f3119c363e0f7e56198985d5b08 by Hugh McMaster <[email protected]>
This commit is contained in:
winesync
2022-06-19 13:06:37 +02:00
committed by Thomas Csovcsity
parent 44c2f0d9d6
commit 92e39357b8
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -961,10 +961,6 @@ static void test_registry_view_wow64(void)
run_reg_exe("reg add HKLM\\" KEY_BASE " /v Wine64 /d Test /f /reg:64", &r);
ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
open_key(HKEY_LOCAL_MACHINE, KEY_BASE, KEY_WOW64_64KEY, &hkey);
verify_reg(hkey, "Wine64", REG_SZ, "Test", 5, 0);
close_key(hkey);
open_key(HKEY_LOCAL_MACHINE, KEY_BASE, KEY_WOW64_64KEY, &hkey);
verify_reg(hkey, "Wine64", REG_SZ, "Test", 5, 0);
close_key(hkey);
+1 -1
View File
@@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
wine: d790c593490bfb363cf34ab2d00dddbaf04ddd15
wine: 8ad9c21b056d9f3119c363e0f7e56198985d5b08