Remove unneeded ArraysTest.cpp (#4479)
This commit is contained in:
committed by
Stanislav Erokhin
parent
e57839ece6
commit
1a97a6ca1a
@@ -1,21 +0,0 @@
|
||||
/*
|
||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
||||
* that can be found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "Porting.h"
|
||||
|
||||
// TODO: Replace these tests with real ones.
|
||||
|
||||
TEST(ArraysTest, GoodTest) {
|
||||
konan::consolePrintf("I'm a good test\n");
|
||||
EXPECT_EQ(true, true);
|
||||
}
|
||||
|
||||
TEST(ArraysTest, BadTest) {
|
||||
GTEST_SKIP();
|
||||
konan::consolePrintf("I'm a bad test\n");
|
||||
EXPECT_EQ(true, false);
|
||||
}
|
||||
Reference in New Issue
Block a user