You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elif contains then failwith ("unexpected reference to FSharp.Core, Version="+desc+" in output for "+ text)
212
-
else failwith ("failed to find reference to FSharp.Core, Version="+desc2+" in output for "+ text )
211
+
elif contains then failwith ("FAILED: unexpected reference to FSharp.Core, Version="+ desc2 +" in output for "+ text+" when generating for FSharp.Core, Version="+desc+", refs = "+ sprintf "%A" refs)
212
+
else failwith ("FAILED: failed to find reference to FSharp.Core, Version="+desc2+" in output for "+ text +" when generating for FSharp.Core, Version="+desc+", refs = "+ sprintf "%A" refs)
213
213
214
214
[<Fact>]
215
215
let``GenerativePropertyProviderWithStaticParams attributes are read correctly``():unit =
@@ -335,13 +335,14 @@ let ``GenerativeProviderWithRecursiveReferencesToGeneratedTypes generates correc
335
335
// re-read the assembly with the more complete reader to allow us to look at generated references
elif contains then failwith ("unexpected reference to FSharp.Core, Version="+desc+" in output for "+text)
344
-
else failwith ("failed to find reference to FSharp.Core, Version="+desc2+" in output for "+ text)
344
+
elif contains then failwith ("FAILED: unexpected reference to FSharp.Core, Version="+ desc2 +" in output for "+text+" when generating for FSharp.Core, Version="+desc+", refs = "+ sprintf "%A" refs)
345
+
else failwith ("FAILED: failed to find reference to FSharp.Core, Version="+desc2+" in output for "+ text+" when generating for FSharp.Core, Version="+desc+", refs = "+ sprintf "%A" refs)
0 commit comments