aboutsummaryrefslogtreecommitdiff
path: root/xmltest.cpp
diff options
context:
space:
mode:
authorLee Thomason <leethomason@gmail.com>2018-04-05 15:57:48 -0700
committerLee Thomason <leethomason@gmail.com>2018-04-05 15:57:48 -0700
commite2d02e1623389821294d3bba25bbbf7cd27b138a (patch)
treea0dd53ae2f349077e5b0e1aa5f9764bd215c02ee /xmltest.cpp
parentbefc3c3ae7b2c824db40e2c797ac7e5f2c3fc335 (diff)
downloadtinyxml2-e2d02e1623389821294d3bba25bbbf7cd27b138a.tar.gz
and the same fix in the test case
Diffstat (limited to 'xmltest.cpp')
-rw-r--r--xmltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltest.cpp b/xmltest.cpp
index a1d836d..7160fe9 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -2036,7 +2036,7 @@ int main( int argc, const char ** argv )
for (int i=0; TESTS[i]; ++i) {
XMLDocument doc;
doc.LoadFile(TESTS[i]);
- XMLTest("Stack overflow prevented.", XMLError::XML_ELEMENT_DEPTH_EXCEEDED, doc.ErrorID());
+ XMLTest("Stack overflow prevented.", XML_ELEMENT_DEPTH_EXCEEDED, doc.ErrorID());
}
}
{