9 lines
100 B
C
9 lines
100 B
C
|
//
|
||
|
// pch.h
|
||
|
// Header for standard system include files.
|
||
|
//
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "gtest/gtest.h"
|