Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24c5af3

Browse files
committed
Remove accidentally merged change
The intent of this was to give the GC a bit of time to clean up even ifit does not implement the `Wait` call. This did not actually make therespective test (`CollectBasicObject`) pass, so it is undone now.
1 parentc692491 commit24c5af3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/embed_tests/TestFinalizer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ private static bool FullGCCollect()
3838
catch(NotImplementedException)
3939
{
4040
// Some clr runtime didn't implement GC.WaitForFullGCComplete yet.
41-
Thread.Sleep(300);
4241
returnfalse;
4342
}
4443
finally

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp