Skip to content

Commit

Permalink
Update InterpreterTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 24, 2025
1 parent a2df9f3 commit 71d301c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittests/CppInterOp/InterpreterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

#include <algorithm>

#ifndef EMSCRIPTEN
using ::testing::StartsWith;

#endif
TEST(InterpreterTest, Version) {
EXPECT_THAT(Cpp::GetVersion(), StartsWith("CppInterOp version"));
}
Expand Down

0 comments on commit 71d301c

Please sign in to comment.