Skip to content

Commit 3593859

Browse files
authored
Merge pull request #606 from larssilven/develop
InfoTests::testGetMechanismNegativeListConfig() not working when testing
2 parents 6f866d0 + 88cf67e commit 3593859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/test/InfoTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ void InfoTests::testGetMechanismListConfig()
365365
setenv("SOFTHSM2_CONF", ".\\softhsm2.conf", 1);
366366
#endif
367367
}
368-
#endif // P11_SHARED_LIBRARY
369368

370369
void InfoTests::testGetMechanismNegativeListConfig()
371370
{
@@ -432,6 +431,7 @@ void InfoTests::testGetMechanismNegativeListConfig()
432431
setenv("SOFTHSM2_CONF", ".\\softhsm2.conf", 1);
433432
#endif
434433
}
434+
#endif // P11_SHARED_LIBRARY
435435

436436
void InfoTests::testWaitForSlotEvent()
437437
{

0 commit comments

Comments
 (0)