We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425e855 commit c0a224bCopy full SHA for c0a224b
Demos/Demo23/Unit1.dfm
@@ -26,7 +26,7 @@ object Form1: TForm1
26
Font.Name = 'Consolas'
27
Font.Style = []
28
Lines.Strings = (
29
- 'import threading'
+ 'import threading_test'
30
'import sys'
31
'try:'
32
' count = int(sys.argv[1])'
@@ -35,7 +35,7 @@ object Form1: TForm1
35
''
36
'for i in range(count):'
37
' print ("**** Pass", i)'
38
- ' threading._test()'
+ ' threading_test._test()'
39
'print ("**** Done.")')
40
ParentFont = False
41
ScrollBars = ssBoth
0 commit comments