Skip to content

Commit a35bd47

Browse files
committed
The tests have an improved error message.
The differences are nothing to do with the changes made on this branch. The testsuite and gnat2goto on the master branch must be out of sync!
1 parent bd60347 commit a35bd47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

testsuite/gnat2goto/tests/function_pointer/test.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
Standard_Output from gnat2goto test:
23
----------At: Do_Itype_Definition----------
3-
----------Unknown Ekind----------
4+
----------Unknown Ekind E_ACCESS_SUBTYPE----------
45
N_Defining_Identifier "T6b" (Entity_Id=2491)
56
Parent = <empty>
67
Sloc = 8480 test.adb:13:4

testsuite/gnat2goto/tests/procedure_pointer/test.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Standard_Output from gnat2goto test:
22
----------At: Do_Itype_Definition----------
3-
----------Unknown Ekind----------
3+
----------Unknown Ekind E_ACCESS_SUBTYPE----------
44
N_Defining_Identifier "T4b" (Entity_Id=2491)
55
Parent = <empty>
66
Sloc = 8525 test.adb:14:4

0 commit comments

Comments
 (0)