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:
parent
d50cd259be
commit
11fc901348
@ -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>
|
||||
|
||||
|
@ -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; }" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user