mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
ThirdParty: Update included gtest
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
using ::testing::Test;
|
||||
|
||||
TEST(SkipTest, DoesSkip) {
|
||||
GTEST_SKIP();
|
||||
GTEST_SKIP() << "skipping single test";
|
||||
EXPECT_EQ(0, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user