Files
pip/lib/main/core/test/pistringTest.cpp
Шишов Максим Денисович 13bafdc7c1 core test
2020-07-24 15:26:37 +03:00

11 lines
143 B
C++

#include "gtest/gtest.h"
#include "pistring.h"
using namespace std;
PIString str;
TEST(PIString_Tests, operator){
ASSERT_TRUE(true);
}