Commit c4328d32 by Ian Lance Taylor Committed by Ian Lance Taylor

test-demangle.c (main): Don't pass DMGL_VERBOSE to cplus_demangle.

	* testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
	cplus_demangle.

From-SVN: r73709
parent a9b571f2
2003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
* testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
cplus_demangle.
* testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
2003-10-31 Andreas Jaeger <aj@suse.de>
......
......@@ -146,7 +146,7 @@ main(argc, argv)
cplus_demangle_set_style (style);
result = cplus_demangle (input.data,
DMGL_PARAMS|DMGL_ANSI|DMGL_VERBOSE|DMGL_TYPES);
DMGL_PARAMS|DMGL_ANSI|DMGL_TYPES);
if (result
? strcmp (result, expect.data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment