Skip to content

Commit 4f669da

Browse files
abelbraaksmabaronfel
authored andcommitted
Cleanup
1 parent e57a0a3 commit 4f669da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/service/ExprTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module internal Utils =
4141
let tempFileName = Path.GetTempFileName()
4242
try
4343
let tempFile, tempExt = Path.GetFileNameWithoutExtension tempFileName, Path.GetExtension tempFileName
44-
let procId, threadId = System.Diagnostics.Process.GetCurrentProcess().Id, System.Threading.Thread.CurrentThread.ManagedThreadId
44+
let procId, threadId = Process.GetCurrentProcess().Id, Thread.CurrentThread.ManagedThreadId
4545
String.concat "" [tempFile; "_"; string procId; "_"; string threadId; tempExt] // ext includes dot
4646
finally
4747
try

0 commit comments

Comments
 (0)