mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
9 lines
89 B
C++
9 lines
89 B
C++
#include "parsertests.h"
|
|
|
|
namespace Test {
|
|
bool RunParserTests()
|
|
{
|
|
return true;
|
|
}
|
|
}
|