Author: marek
Date: 2005-11-04 10:19:18 -0500 (Fri, 04 Nov 2005)
New Revision: 52578

Modified:
   trunk/mcs/tests/test-48.cs
Log:
new test case

Modified: trunk/mcs/tests/test-48.cs
===================================================================
--- trunk/mcs/tests/test-48.cs  2005-11-04 15:06:29 UTC (rev 52577)
+++ trunk/mcs/tests/test-48.cs  2005-11-04 15:19:18 UTC (rev 52578)
@@ -30,4 +30,12 @@
 
                return 0;
        }
+    
+    public static void Test_1 ()
+    {
+        const long lk = 1024;
+        const long lM = 1024 * lk;
+        const long lG = 1024 * lM;
+        const long lT = 1024 * lG;
+    }
 }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to