diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-02-14 19:33:16 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-02-14 19:33:16 +0000 |
commit | 3000aef4b44bdeb9b83e0df3facbc6a75f8da412 (patch) | |
tree | 12192b0e3ae6cc3f8047467370fbd632a6788123 /contrib/atf/atf-c++/tests_test.cpp | |
parent | e21b440a4ce43fd31d59cd278801c727e21d3f2b (diff) | |
parent | 14f39fed9fe557bdd640e02d9abbe2e695400d9e (diff) | |
download | FreeBSD-src-3000aef4b44bdeb9b83e0df3facbc6a75f8da412.zip FreeBSD-src-3000aef4b44bdeb9b83e0df3facbc6a75f8da412.tar.gz |
MFV: Import atf-0.20.
Diffstat (limited to 'contrib/atf/atf-c++/tests_test.cpp')
-rw-r--r-- | contrib/atf/atf-c++/tests_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/atf-c++/tests_test.cpp b/contrib/atf/atf-c++/tests_test.cpp index 63ab2ef..5f19a4e 100644 --- a/contrib/atf/atf-c++/tests_test.cpp +++ b/contrib/atf/atf-c++/tests_test.cpp @@ -40,8 +40,8 @@ extern "C" { #include "macros.hpp" -#include "detail/parser.hpp" #include "detail/test_helpers.hpp" +#include "detail/text.hpp" // ------------------------------------------------------------------------ // Tests for the "atf_tp_writer" class. |