Skip to content

Commit 592131e

Browse files
committed
Correct the timestamp pattern after sync.
1 parent 581a49f commit 592131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/DAP/DAPLogTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static llvm::StringRef last_line(llvm::StringRef str) {
2222
return str.substr(index + 1);
2323
}
2424

25-
#define TIMESTAMP_PATTERN "[0-9]+\\.[0-9]+ "
25+
#define TIMESTAMP_PATTERN "\\[[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}\\] "
2626

2727
TEST(DAPLog, Emit) {
2828
Log::Mutex mux;

0 commit comments

Comments
 (0)