summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-05-24 12:29:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-24 12:29:43 +0000
commita926c8a162ef69ae5fbbfee76fddd5b2ff2b09bf (patch)
tree6d03e75a1093fbcfa043a2823c7b51ee70ec00b6 /tests
parente5aa0a2cb0a5f759ef31c0819dc67d9b14246a4a (diff)
parent161a47bda3f45c4df0a1c09fc0220107a4752cbd (diff)
downloadexpat-a926c8a162ef69ae5fbbfee76fddd5b2ff2b09bf.tar.gz
Upgrade to expat 2.1.1 am: c05e032be5 am: 095459e694 am: f660c7f877 am: 3b539e5853 am: 851ab139ae am: 2fdae36fc6 am: cdf19cb4b7
am: 161a47bda3 * commit '161a47bda3f45c4df0a1c09fc0220107a4752cbd': Upgrade to expat 2.1.1 Change-Id: Id8a4baa18df568a801ed7fe79ea2afa779b4dcd8
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmark/README.txt2
-rw-r--r--tests/chardata.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/tests/benchmark/README.txt b/tests/benchmark/README.txt
index 7f9cca03..86414d58 100644
--- a/tests/benchmark/README.txt
+++ b/tests/benchmark/README.txt
@@ -13,4 +13,4 @@ The command line arguments are:
Returns:
The time (in seconds) it takes to parse the test file,
- averaged over the number of iterations. \ No newline at end of file
+ averaged over the number of iterations.@
diff --git a/tests/chardata.c b/tests/chardata.c
index 5fb0299d..02243e04 100644
--- a/tests/chardata.c
+++ b/tests/chardata.c
@@ -7,11 +7,7 @@
#ifdef HAVE_EXPAT_CONFIG_H
#include <expat_config.h>
#endif
-#ifdef HAVE_CHECK_H
-#include <check.h>
-#else
#include "minicheck.h"
-#endif
#include <assert.h>
#include <stdio.h>