Skip to content

Commit 29d6302

Browse files
committed
[unittests] Remove an MSVC 2013 workaround, NFCI.
Let's see what the bots have to say about this... llvm-svn: 285090
1 parent 262a133 commit 29d6302

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/unittests/IR/VerifierTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ TEST(VerifierTest, InvalidFunctionLinkage) {
149149
"have external or weak linkage!"));
150150
}
151151

152-
#ifndef _MSC_VER
153-
// FIXME: This test causes an ICE in MSVC 2013.
154152
TEST(VerifierTest, StripInvalidDebugInfo) {
155153
{
156154
LLVMContext C;
@@ -205,7 +203,6 @@ TEST(VerifierTest, StripInvalidDebugInfo) {
205203
EXPECT_FALSE(verifyModule(M));
206204
}
207205
}
208-
#endif
209206

210207
TEST(VerifierTest, StripInvalidDebugInfoLegacy) {
211208
LLVMContext C;

0 commit comments

Comments
 (0)