Commit 8096e237 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

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

parent 8834968d
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment