diff options
Diffstat (limited to 'yaml-cpp/test/main.cpp')
-rwxr-xr-x | yaml-cpp/test/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/yaml-cpp/test/main.cpp b/yaml-cpp/test/main.cpp deleted file mode 100755 index 64c69f10..00000000 --- a/yaml-cpp/test/main.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "tests.h" - -int main() -{ - Test::RunAll(); - return 0; -} |