We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228a59 commit 4052c0dCopy full SHA for 4052c0d
unittests/CppInterOp/InterpreterTest.cpp
@@ -28,7 +28,7 @@
28
using ::testing::StartsWith;
29
30
TEST(InterpreterTest, Version) {
31
- EXPECT_THAT(Cpp::GetVersion(), StartsWith("CppInterOp version"));
+ EXPECT_THAT(Cpp::GetVersion(), StartsWith("CppInterOp versiop"));
32
}
33
34
#ifdef NDEBUG
0 commit comments