Skip to content

Commit c0a224b

Browse files
committed
Code now refers to threading_test in stead of threading
1 parent 425e855 commit c0a224b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demos/Demo23/Unit1.dfm

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Form1: TForm1
2626
Font.Name = 'Consolas'
2727
Font.Style = []
2828
Lines.Strings = (
29-
'import threading'
29+
'import threading_test'
3030
'import sys'
3131
'try:'
3232
' count = int(sys.argv[1])'
@@ -35,7 +35,7 @@ object Form1: TForm1
3535
''
3636
'for i in range(count):'
3737
' print ("**** Pass", i)'
38-
' threading._test()'
38+
' threading_test._test()'
3939
'print ("**** Done.")')
4040
ParentFont = False
4141
ScrollBars = ssBoth

0 commit comments

Comments
 (0)