4870. [test] Update included ATF library to atf-0.21 preserving

the ATF tool. [RT #46967]
This commit is contained in:
Mark Andrews
2018-01-22 09:58:50 +11:00
parent af034ef188
commit 23d77c8747
313 changed files with 25977 additions and 15705 deletions

View File

@@ -29,9 +29,9 @@
#include <cstdlib>
#include "atf-c++/detail/application.hpp"
#include "tools/application.hpp"
class h_app_empty : public atf::application::app {
class h_app_empty : public tools::application::app {
static const char* m_description;
public: