Skip to content

Commit 5c1c3e5

Browse files
author
Michael Ganss
committed
Make sure #267 is tested
1 parent 7ba7203 commit 5c1c3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XmlSchemaClassGenerator.Tests/Compiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static Assembly Generate(string name, string pattern, Generator generator
6262
{
6363
if (Assemblies.ContainsKey(name)) { return Assemblies[name]; }
6464

65-
var files = Glob.ExpandNames(pattern);
65+
var files = Glob.ExpandNames(pattern).OrderByDescending(f => f);
6666

6767
return GenerateFiles(name, files, generatorPrototype);
6868
}

0 commit comments

Comments
 (0)