const-volatile.c: Remove duplicate test "type:cvip".

* gcc.dg/guality/const-volatile.c: Remove duplicate test
"type:cvip".

From-SVN: r263309
This commit is contained in:
Andreas Schwab 2018-08-04 16:50:02 +00:00 committed by Andreas Schwab
parent d50cd259be
commit 11fc901348
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2018-08-04 Andreas Schwab <schwab@linux-m68k.org>
* gcc.dg/guality/const-volatile.c: Remove duplicate test
"type:cvip".
2018-08-04 Janus Weil <janus@gcc.gnu.org>

View File

@ -80,8 +80,6 @@ main (int argc, char **argv)
/* { dg-final { gdb-test "@main" "type:vs" "volatile struct { const long cli; const signed char csc; }" } } */
/* { dg-final { gdb-test "@main" "type:cvip" "int * const volatile" } } */
/* { dg-final { gdb-test "@main" "type:bar" "struct bar { short s; const short cs; volatile short vs; const volatile short cvs; volatile long long vll; }" } } */
/* { dg-final { gdb-test "@main" "type:foo" "struct foo { const long cli; const signed char csc; }" } } */
/* { dg-final { gdb-test "@main" "type:cfoo" "const struct foo { const long cli; const signed char csc; }" } } */