New tests for UTC parser and UTC formatting
[ACL.git] / test / string_basics.cpp
index e824c6d..6b75ad6 100644 (file)
@@ -74,7 +74,7 @@ int main()
    // Out of bounds
    try
    {
-      c = s1[-1];
+      c = s1[7];
       std::cout << "Seventh character of " << s1 << " char(" << (int)c << ")\n";
    }
    catch (StringException se)