From 9998fd85f756138cfd69ce6165afe615a5ef2e04 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 16 Sep 2025 20:54:30 +0100 Subject: [PATCH] Enable FunctionReflectionTest FailingTest1 for Emscripten shared library --- unittests/CppInterOp/FunctionReflectionTest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/unittests/CppInterOp/FunctionReflectionTest.cpp b/unittests/CppInterOp/FunctionReflectionTest.cpp index f568a054b..caf0d3391 100644 --- a/unittests/CppInterOp/FunctionReflectionTest.cpp +++ b/unittests/CppInterOp/FunctionReflectionTest.cpp @@ -2726,9 +2726,6 @@ TEST(FunctionReflectionTest, UndoTest) { TEST(FunctionReflectionTest, FailingTest1) { #ifdef _WIN32 GTEST_SKIP() << "Disabled on Windows. Needs fixing."; -#endif -#ifdef EMSCRIPTEN_SHARED_LIBRARY - GTEST_SKIP() << "Test fails for Emscipten shared library builds"; #endif Cpp::CreateInterpreter(); EXPECT_FALSE(Cpp::Declare(R"(