diff options
Diffstat (limited to 'tests/test_xpath_xalan_2.cpp')
-rw-r--r-- | tests/test_xpath_xalan_2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xpath_xalan_2.cpp b/tests/test_xpath_xalan_2.cpp index 13838d1..a4c640a 100644 --- a/tests/test_xpath_xalan_2.cpp +++ b/tests/test_xpath_xalan_2.cpp @@ -166,7 +166,7 @@ TEST(xpath_xalan_string_5) CHECK_XPATH_STRING(xml_node(), query.c_str(), expected.c_str());
}
-#if 0 // number formatting is not precise yet; also some compilers don't have a good CRT implementation that can handle large numbers
+#if 0 // $$ number formatting is not precise yet; also some compilers don't have a good CRT implementation that can handle large numbers
TEST(xpath_xalan_string_6)
{
xml_node c;
|