Update error message.
From-SVN: r131087
This commit is contained in:
parent
482434dcf0
commit
5ce4352251
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
-- { dg-do compile }
|
||||
package Variant_Part is
|
||||
type T1(b: boolean) is record
|
||||
case (b) is -- { dg-error "discriminant name expected" }
|
||||
case (b) is -- { dg-error "discriminant name may not be parenthesized" }
|
||||
when others => null;
|
||||
end case;
|
||||
end record;
|
||||
|
|
Loading…
Add table
Reference in a new issue