Skip to content

Commit 8a68993

Browse files
author
kr-2003
committed
skipped undo test for emscripten build
1 parent c33476c commit 8a68993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ TEST(FunctionReflectionTest, Destruct) {
15241524
TEST(FunctionReflectionTest, UndoTest) {
15251525
#ifdef EMSCRIPTEN
15261526
GTEST_SKIP()
1527-
<< "Currently not implemented while running clang-repl in the broswer";
1527+
<< "Test fails for Emscipten builds";
15281528
#else
15291529
Cpp::CreateInterpreter();
15301530
std::string cerrs;

0 commit comments

Comments
 (0)