[msvc] Update csproj files (#4136)
[mono.git] / mono / tests / threadpool.cs
index 01d3ab9460d90346a5435c7cf4967aa633bac835..75791e37f4c8b1f87fc9a10338779a983334142d 100644 (file)
@@ -1,7 +1,8 @@
 using System;
 using System.Threading;
 
-public class Test {
+public class ThreadPoolTest
+{
 
        static int csum = 0;