Author: mjansen
Date: Mon Jun 19 15:24:05 2017
New Revision: 75131
URL:
http://svn.reactos.org/svn/reactos?rev=75131&view=rev
Log:
[APPSHIM_APITEST] Addendum to r75041, add a missed line.
Modified:
trunk/rostests/apitests/appshim/dispmode.c
Modified: trunk/rostests/apitests/appshim/dispmode.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/appshim/dispmode…
==============================================================================
--- trunk/rostests/apitests/appshim/dispmode.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/appshim/dispmode.c [iso-8859-1] Mon Jun 19 15:24:05 2017
@@ -436,6 +436,7 @@
if (ret)
{
test_one(tests[n].name, tests[n].reason, tests[n].pre, tests[n].post,
tests[n].second);
+ tests[n].unhook(dll);
}
else
{