Skip to content

Commit 8779794

Browse files
authored
Enable InterpreterTestInstantiateTemplate Emscripten build
1 parent 8e6d526 commit 8779794

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ static NamedDecl *LookupSingleName(Interpreter &Interp, const char *Name) {
259259
}
260260

261261
TEST_F(InterpreterTest, InstantiateTemplate) {
262-
#ifdef __EMSCRIPTEN__
263-
GTEST_SKIP() << "Test fails for Emscipten builds";
264-
#endif
265262
// FIXME: We cannot yet handle delayed template parsing. If we run with
266263
// -fdelayed-template-parsing we try adding the newly created decl to the
267264
// active PTU which causes an assert.

0 commit comments

Comments
 (0)