Skip to content

Commit 6d67286

Browse files
authored
[lldb/test] Fix TestDataFormatterObjCNSBundle.py following 8212cab (NFC) (#193816)
This removes a spurious space introduced by 8212cab. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
1 parent 8c10815 commit 6d67286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSBundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def nsbundle_data_formatter_commands(self):
3131
"(NSBundle *) bundle_string = ",
3232
' @"/System/Library/Frameworks/Accelerate.framework"',
3333
"(NSBundle *) bundle_url = ",
34-
' "/System/Library/Frameworks/Foundation.framework"',
34+
'"/System/Library/Frameworks/Foundation.framework"',
3535
"(NSBundle *) main_bundle = ",
3636
"data-formatter-objc",
3737
],

0 commit comments

Comments
 (0)