urlmon: Make protocol tests more verbose.
This commit is contained in:
parent
75c7d56465
commit
467844765b
|
@ -41,6 +41,7 @@ static HRESULT (WINAPI *pCreateUri)(LPCWSTR, DWORD, DWORD_PTR, IUri**);
|
|||
|
||||
#define CHECK_EXPECT2(func) \
|
||||
do { \
|
||||
trace(#func "\n"); /* temporary debug traces */ \
|
||||
ok(expect_ ##func, "unexpected call " #func "\n"); \
|
||||
called_ ## func = TRUE; \
|
||||
}while(0)
|
||||
|
|
Loading…
Reference in New Issue