Files
clang-p2996/flang/unittests/Runtime/RuntimeCrashTest.cpp
Daniel Chen 024718313b [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.
2023-11-24 22:54:01 -05:00

7.2 KiB