File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Lib/test/test_profiling/test_sampling_profiler Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2145,7 +2145,6 @@ def test_gecko_collector_with_location_info(self):
21452145 # Verify function name is in string table
21462146 self .assertIn ("handle_request" , string_array )
21472147
2148-
21492148 def test_jsonl_collector_with_location_info (self ):
21502149 """Test JsonlCollector handles LocationInfo properly."""
21512150 collapsed_out = tempfile .NamedTemporaryFile (delete = False )
@@ -2196,7 +2195,6 @@ def jsonl(obj):
21962195 for exp in expected :
21972196 self .assertIn (exp , lines )
21982197
2199-
22002198 def test_jsonl_collector_with_none_location (self ):
22012199 """Test JsonlCollector handles None location (synthetic frames)."""
22022200 collapsed_out = tempfile .NamedTemporaryFile (delete = False )
You can’t perform that action at this time.
0 commit comments