aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pkcs11_low_level.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_pkcs11_low_level.cpp')
-rw-r--r--src/tests/test_pkcs11_low_level.cpp2
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
{