We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581a49f commit 592131eCopy full SHA for 592131e
lldb/unittests/DAP/DAPLogTest.cpp
@@ -22,7 +22,7 @@ static llvm::StringRef last_line(llvm::StringRef str) {
22
return str.substr(index + 1);
23
}
24
25
-#define TIMESTAMP_PATTERN "[0-9]+\\.[0-9]+ "
+#define TIMESTAMP_PATTERN "\\[[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}\\] "
26
27
TEST(DAPLog, Emit) {
28
Log::Mutex mux;
0 commit comments