This commit was manufactured by cvs2svn to create tag 'drow-cplus-
[external/binutils.git] / libiberty / testsuite / test-demangle.c
index 6e5d0b4..ed28229 100644 (file)
@@ -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)