Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
3355bbb399b9032df0d3f4e1472a0cc01ddc447b
3355bbb399b9032df0d3f4e1472a0cc01ddc447b
Switch branch/tag
yaml-cpp
test
new-api
parsertests.cpp
Find file
Normal view
History
Permalink
parsertests.cpp
89 Bytes
Edit
Web IDE
Newer
Older
Copied all files from new-api branch of old repo
Jesse Beder
committed
May 19, 2012
1
2
3
4
5
6
7
8
#include "parsertests.h"
namespace
Test
{
bool
RunParserTests
()
{
return
true
;
}
}