[all-commits] [llvm/llvm-project] 3b5d59: [lldb][test] Turn ObjC string literals to C-style ...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Oct 20 19:25:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b5d59ab55f885f1e12a9d306de351b798552426
https://github.com/llvm/llvm-project/commit/3b5d59ab55f885f1e12a9d306de351b798552426
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSDate.py
Log Message:
-----------
[lldb][test] Turn ObjC string literals to C-style literals (NFC) (#69793)
The underlying timezone classes are being reimplemented in Swift, and these
strings will be Swift strings, without the ObjC `@` prefix. Leaving off the `@`
makes these tests usable both before and after the reimplmentation of
Foundation in Swift.
More information about the All-commits
mailing list