diff options
Diffstat (limited to 'src/tests/test_pkcs11_low_level.cpp')
-rw-r--r-- | src/tests/test_pkcs11_low_level.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_pkcs11_low_level.cpp b/src/tests/test_pkcs11_low_level.cpp index 930a9ea01..ffe9dfc20 100644 --- a/src/tests/test_pkcs11_low_level.cpp +++ b/src/tests/test_pkcs11_low_level.cpp @@ -46,7 +46,7 @@ class RAII_LowLevel m_low_level->C_Initialize(&init_args); } - ~RAII_LowLevel() BOTAN_NOEXCEPT + ~RAII_LowLevel() noexcept { try { |