Commit 533bb9f3 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mstml/tests: Merge two adjacent if blocks with identical condition (PVS-Studio).

parent 99f0f3a7
......@@ -6509,11 +6509,10 @@ static void test_exec_editmode(IUnknown *unk, BOOL loaded)
editmode = TRUE;
if(loaded)
if(loaded) {
load_state = LD_DOLOAD;
if(loaded)
SET_EXPECT(GetClassID);
}
SET_EXPECT(SetStatusText);
SET_EXPECT(Exec_ShellDocView_37);
SET_EXPECT(GetHostInfo);
......
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