Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jul 2, 2016
1 parent 913962e commit eee89ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/CompileOps.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5055,7 +5055,7 @@ module private ScriptPreprocessClosure =

let result : LoadClosure =
{ SourceFiles = List.groupByFirst !sourceFiles |> List.rev
References = List.groupByFirst references
References = List.groupByFirst references |> List.rev
UnresolvedReferences = unresolvedReferences
Inputs = !sourceInputs
NoWarns = List.groupByFirst !globalNoWarns
Expand Down

0 comments on commit eee89ff

Please sign in to comment.