Skip to content

Commit 7a6ce60

Browse files
kr-2003anutosh491
authored andcommitted
skipped undo test for emscripten build
1 parent ecb5f63 commit 7a6ce60

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
@@ -1521,7 +1521,7 @@ TEST(FunctionReflectionTest, Destruct) {
15211521
TEST(FunctionReflectionTest, UndoTest) {
15221522
#ifdef EMSCRIPTEN
15231523
GTEST_SKIP()
1524-
<< "Currently not implemented while running clang-repl in the broswer";
1524+
<< "Test fails for Emscipten builds";
15251525
#else
15261526
Cpp::CreateInterpreter();
15271527
std::string cerrs;

0 commit comments

Comments
 (0)