From 6e3ef38a819530e5ac263ad9cb7e05df713ad337 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Tue, 7 Dec 2010 22:58:06 +0000 Subject: [PATCH] Revert ordering of compiler tests --- mcs/tools/compiler-tester/compiler-tester.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcs/tools/compiler-tester/compiler-tester.cs b/mcs/tools/compiler-tester/compiler-tester.cs index e01181bf57f..4ef1b338677 100644 --- a/mcs/tools/compiler-tester/compiler-tester.cs +++ b/mcs/tools/compiler-tester/compiler-tester.cs @@ -1385,7 +1385,7 @@ namespace TestRunner { } checker.Initialize (); - +/* files.Sort ((a, b) => { if (a.EndsWith ("-lib.cs", StringComparison.Ordinal)) { if (!b.EndsWith ("-lib.cs", StringComparison.Ordinal)) @@ -1397,7 +1397,7 @@ namespace TestRunner { return a.CompareTo (b); }); - +*/ foreach (string s in files) { string filename = Path.GetFileName (s); if (Char.IsUpper (filename, 0)) { // Windows hack -- 2.25.1