diff options
-rw-r--r-- | lldb/source/Core/Module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp index 94fbc72a5a6..db198d3a9a0 100644 --- a/lldb/source/Core/Module.cpp +++ b/lldb/source/Core/Module.cpp @@ -342,7 +342,7 @@ void Module::SetUUID(const lldb_private::UUID &uuid) { m_uuid = uuid; m_did_set_uuid = true; } else { - lldbassert(!"Attempting to overwrite the existing module UUID"); + lldbassert(0 && "Attempting to overwrite the existing module UUID"); } } |