X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fparser_memleak.cpp;h=d1d4bccd35716d7e3095377ff301bea5bf66c19a;hp=ebc6ed9f59a750584aa7de0e88b7627738bfcdc8;hb=789b6b908fadc1139e9bc1a4611cc957ad11579b;hpb=48a6c5094dd4ff641d0875b1303cfa8b2b489da1 diff --git a/check/parser_memleak.cpp b/check/parser_memleak.cpp index ebc6ed9f..d1d4bccd 100644 --- a/check/parser_memleak.cpp +++ b/check/parser_memleak.cpp @@ -18,7 +18,7 @@ int main(int argc, char** argv) { const symbol x("x"), y("y"); const lst syms(x, y); // parser-generated symbol => memory leak. - static const char* str[] = { "x2+2*x*y + cos(x)", "Li2(x/y) + log(y/x)" }; + static const char* str[] = { "x²+2*x*y + cos(x)", "Li2(x/y) + log(y/x)" }; // depends on the amount of the available VM, compiler options, etc. const unsigned N_max = 500000;