[clang] Fix failing attribute test on Windows
authorLouis Dionne <ldionne@apple.com>
Wed, 10 Oct 2018 17:37:37 +0000 (17:37 +0000)
committerLouis Dionne <ldionne@apple.com>
Wed, 10 Oct 2018 17:37:37 +0000 (17:37 +0000)
commit8c98eebea15f9657f3ae19c493a60589263996f9
treefc9f7b16b2f0bf613f47082bd908c0d86a90998e
parentdf17244ffa7da26616f4c440a730524a4e96ee1f
[clang] Fix failing attribute test on Windows

The test added in r344146 was failing because the ABI on Windows is
different, and that test includes ABI-specific details. The test now
harcodes which ABI to use so we can rely on those details.

llvm-svn: 344159
clang/test/SemaCXX/attr-on-explicit-template-instantiation.cpp