File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lldb/test/API/macosx/function-starts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ class FunctionStartsTestCase(TestBase):
2222 @skipIfReproducer # File synchronization is not supported during replay.
2323 def test_function_starts_binary (self ):
2424 """Test that we make synthetic symbols when we have the binary."""
25- self .build ()
25+ self .build (dictionary = { 'CODESIGN' : '' }) # Binary is getting stripped later.
2626 self .do_function_starts (False )
2727
2828 @skipIfRemote
2929 @skipUnlessDarwin
3030 @skipIfReproducer # File synchronization is not supported during replay.
3131 def test_function_starts_no_binary (self ):
3232 """Test that we make synthetic symbols when we don't have the binary"""
33- self .build ()
33+ self .build (dictionary = { 'CODESIGN' : '' }) # Binary is getting stripped later.
3434 self .do_function_starts (True )
3535
3636 def do_function_starts (self , in_memory ):
You can’t perform that action at this time.
0 commit comments