The test uses nullptr which can break running the test if the
compiler happens to be using something older than C++11 as the default
language standard. Avoid this by explicitly setting the standard.
rdar://problem/47253542
Differential D56667
Explicitly set C++ standard for `Posix/no-fd.cc` ASan test. delcypher on Jan 14 2019, 8:02 AM. Authored by
Details The test uses nullptr which can break running the test if the rdar://problem/47253542
Diff Detail
|