regedit/tests: Remove an un-needed tab character from a key in the key deletion tests.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Hugh McMaster 2017-06-09 00:38:04 +00:00 committed by Alexandre Julliard
parent 8834968d02
commit 8096e23798
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ static void test_key_creation_and_deletion(void)
verify_key_exist(hkey, "Subkey2a");
exec_import_str("REGEDIT4\n\n"
"[-\tHKEY_CURRENT_USER\\" KEY_BASE "\\Subkey2b\t]\n");
"[-\tHKEY_CURRENT_USER\\" KEY_BASE "\\Subkey2b]\n");
verify_key_exist(hkey, "Subkey2b");
exec_import_str("REGEDIT4\n\n"