11 lines
143 B
C++
11 lines
143 B
C++
#include "gtest/gtest.h"
|
|
#include "pistring.h"
|
|
|
|
using namespace std;
|
|
|
|
PIString str;
|
|
|
|
TEST(PIString_Tests, operator){
|
|
ASSERT_TRUE(true);
|
|
}
|