Unverified Commit 02471831 authored by Daniel Chen's avatar Daniel Chen Committed by GitHub
Browse files

[Flang] Fix a test case that depends on stderr output of nullptr. (#73349)

This test case depends on the stderr output of a `nullptr` being
"(null)". However, it is empty string on AIX.
This PR is to initialize the `sourceFileName_` to be a specific string
to avoid that.
parent 5ac5c0e7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment