[Lldb-commits] [lldb] [lldb-dap] Add unit test for protocol enum types (PR #139848)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue May 13 22:52:56 PDT 2025
================
@@ -105,7 +105,7 @@ bool fromJSON(const json::Value &Params, ColumnType &CT, json::Path P) {
.Case("string", eColumnTypeString)
.Case("number", eColumnTypeNumber)
.Case("boolean", eColumnTypeBoolean)
- .Case("unixTimestampUTC ", eColumnTypeTimestamp)
+ .Case("unixTimestampUTC", eColumnTypeTimestamp)
----------------
JDevlieghere wrote:
My unit test found an actual bug/typo :-)
https://github.com/llvm/llvm-project/pull/139848
More information about the lldb-commits
mailing list