9 lines
89 B
C++
9 lines
89 B
C++
|
|
#include "parsertests.h"
|
||
|
|
|
||
|
|
namespace Test {
|
||
|
|
bool RunParserTests()
|
||
|
|
{
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
}
|