Skip to content

Commit 9c7118b

Browse files
authored
Enable FunctionReflectionTest FailingTest1 for Emscripten shared library (#715)
1 parent 4515087 commit 9c7118b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,9 +2726,6 @@ TEST(FunctionReflectionTest, UndoTest) {
27262726
TEST(FunctionReflectionTest, FailingTest1) {
27272727
#ifdef _WIN32
27282728
GTEST_SKIP() << "Disabled on Windows. Needs fixing.";
2729-
#endif
2730-
#ifdef EMSCRIPTEN_SHARED_LIBRARY
2731-
GTEST_SKIP() << "Test fails for Emscipten shared library builds";
27322729
#endif
27332730
Cpp::CreateInterpreter();
27342731
EXPECT_FALSE(Cpp::Declare(R"(

0 commit comments

Comments
 (0)