Skip to content

Commit

Permalink
Make sure #267 is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed May 26, 2021
1 parent 7ba7203 commit 5c1c3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator.Tests/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static Assembly Generate(string name, string pattern, Generator generator
{
if (Assemblies.ContainsKey(name)) { return Assemblies[name]; }

var files = Glob.ExpandNames(pattern);
var files = Glob.ExpandNames(pattern).OrderByDescending(f => f);

return GenerateFiles(name, files, generatorPrototype);
}
Expand Down

0 comments on commit 5c1c3e5

Please sign in to comment.