summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData/creatable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChunkData/creatable.cpp')
-rw-r--r--tests/ChunkData/creatable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ChunkData/creatable.cpp b/tests/ChunkData/creatable.cpp
index 260583213..9767c31b4 100644
--- a/tests/ChunkData/creatable.cpp
+++ b/tests/ChunkData/creatable.cpp
@@ -19,7 +19,7 @@ int main(int argc, char** argv)
delete a_Ptr;
}
- virtual bool DoIsEqual(const cAllocationPool<cChunkData::sChunkSection> &) const NOEXCEPT override
+ virtual bool DoIsEqual(const cAllocationPool<cChunkData::sChunkSection> &) const noexcept override
{
return false;
}