summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/OptionalTest.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-01-18 11:15:50 +0000
committerPavel Labath <labath@google.com>2018-01-18 11:15:50 +0000
commit8872d703ad64fb2c01ed6124f181662562c037b8 (patch)
tree453e4eee512539ba7958772f5ec69cfb8b4f57ed /llvm/unittests/ADT/OptionalTest.cpp
parent26370ddcd7327a430543f57281978a4d974e456d (diff)
downloadbcm5719-llvm-8872d703ad64fb2c01ed6124f181662562c037b8.tar.gz
bcm5719-llvm-8872d703ad64fb2c01ed6124f181662562c037b8.zip
Fix logging test on windows
Refactor in r322653 broke the logging test on windows because MSVC uses a fully qualified name as the value of __FUNCTION__, which is not what we were expecting. I'm changing the code to use the more portable __func__, which behaves the same as on clang/gcc. The standard still says that the value of __func__ is implementation defined, so if we run into problems with this test again we may just need to drop it. llvm-svn: 322834
Diffstat (limited to 'llvm/unittests/ADT/OptionalTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud