mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-01-31 01:25:20 +01:00
9 lines
89 B
C++
9 lines
89 B
C++
#include "parsertests.h"
|
|
|
|
namespace Test {
|
|
bool RunParserTests()
|
|
{
|
|
return true;
|
|
}
|
|
}
|