Lets add the correct test case instead.

From-SVN: r72481
This commit is contained in:
Carlo Wood 2003-10-14 17:49:11 +00:00
parent be3faf8996
commit 4f22de0337

View File

@ -28,7 +28,7 @@ int main()
using namespace __gnu_test;
// cplus-dem CORE
verify_demangle("_Z1xNiEE",
verify_demangle("_Z1xINiEE",
"error code = -2: invalid mangled name");
return 0;