mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[WINESYNC] reg/tests: Remove duplicate test from test_registry_view_wow64().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 8ad9c21b056d9f3119c363e0f7e56198985d5b08 by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
44c2f0d9d6
commit
92e39357b8
2 changed files with 1 additions and 5 deletions
|
@ -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);
|
||||
|
|
|
@ -4,4 +4,4 @@ directories:
|
|||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: d790c593490bfb363cf34ab2d00dddbaf04ddd15
|
||||
wine: 8ad9c21b056d9f3119c363e0f7e56198985d5b08
|
||||
|
|
Loading…
Reference in a new issue