Update source_location
tests for upcoming EDG changes by StephanTLavavej · Pull Request #5551 · microsoft/STL (original) (raw)
EDG is changing their source_location
builtins to produce output that more closely resembles C1XX's. To keep our tests passing as these changes are introduced into VS, I'm updating the tests to accept either the old output or the new output. After the changes have shipped and we can update the toolset on GitHub, I can remove the old expected outputs.
@jgoshi has validated that this passes with the upcoming changes.