]> granicus.if.org Git - llvm/commitdiff
[unittests] Remove an MSVC 2013 workaround, NFCI.
authorVedant Kumar <vsk@apple.com>
Tue, 25 Oct 2016 17:58:25 +0000 (17:58 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 25 Oct 2016 17:58:25 +0000 (17:58 +0000)
Let's see what the bots have to say about this...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285090 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/IR/VerifierTest.cpp

index 3d5698cbe77fa9a2b8897cde3382d82025a49750..13d3762e3514ed9bfddc32ab2a88877a349de731 100644 (file)
@@ -149,8 +149,6 @@ TEST(VerifierTest, InvalidFunctionLinkage) {
                                           "have external or weak linkage!"));
 }
 
-#ifndef _MSC_VER
-// FIXME: This test causes an ICE in MSVC 2013.
 TEST(VerifierTest, StripInvalidDebugInfo) {
   {
     LLVMContext C;
@@ -205,7 +203,6 @@ TEST(VerifierTest, StripInvalidDebugInfo) {
     EXPECT_FALSE(verifyModule(M));
   }
 }
-#endif
 
 TEST(VerifierTest, StripInvalidDebugInfoLegacy) {
   LLVMContext C;