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
This commit is contained in:
parent
a9b571f241
commit
c4328d32dd
@ -1,5 +1,8 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user