Skip to content

Commit 4052c0d

Browse files
authored
Update InterpreterTest.cpp
1 parent f228a59 commit 4052c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
using ::testing::StartsWith;
2929

3030
TEST(InterpreterTest, Version) {
31-
EXPECT_THAT(Cpp::GetVersion(), StartsWith("CppInterOp version"));
31+
EXPECT_THAT(Cpp::GetVersion(), StartsWith("CppInterOp versiop"));
3232
}
3333

3434
#ifdef NDEBUG

0 commit comments

Comments
 (0)