mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
improve test output++
This commit is contained in:
parent
24ec811bb0
commit
10a3a7be72
1 changed files with 3 additions and 3 deletions
|
@ -290,10 +290,10 @@ VOID KmtFreeGuarded(PVOID Pointer);
|
||||||
} \
|
} \
|
||||||
_SEH2_END; \
|
_SEH2_END; \
|
||||||
KmtOk((ExceptionStatus) == (ExpectedStatus), \
|
KmtOk((ExceptionStatus) == (ExpectedStatus), \
|
||||||
__FILE__ ":" #Line ":", \
|
__FILE__ ":", \
|
||||||
"ExceptionStatus = 0x%08lx, expected " \
|
"%lu: ExceptionStatus = 0x%08lx, expected " \
|
||||||
#ExpectedStatus " (0x%08lx)\n", \
|
#ExpectedStatus " (0x%08lx)\n", \
|
||||||
ExceptionStatus, ExpectedStatus); \
|
Line, ExceptionStatus, ExpectedStatus); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define KmtEndSeh(ExpectedStatus) KmtEndSeh_(__LINE__, ExpectedStatus)
|
#define KmtEndSeh(ExpectedStatus) KmtEndSeh_(__LINE__, ExpectedStatus)
|
||||||
|
|
Loading…
Reference in a new issue