Skip to content

Commit 4e244e0

Browse files
committed
Node numbers different on Linux to Mac
Probably unwise to have node numbers on regression test outputs.
1 parent 77c6e75 commit 4e244e0

File tree

1 file changed

+2
-2
lines changed
  • testsuite/gnat2goto/tests/address_clause

1 file changed

+2
-2
lines changed

testsuite/gnat2goto/tests/address_clause/test.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Standard_Output from gnat2goto address_clause:
22
N_Attribute_Definition_Clause "address" (Node_Id=2277) (source,analyzed)
3-
Sloc = 12399 address_clause.adb:5:4
3+
Sloc = 8303 address_clause.adb:5:4
44
Chars = "address" (Name_Id=300000791)
55
Name = N_Identifier "var_addr_1" (Node_Id=2274)
66
Expression = N_Function_Call (Node_Id=2280)
77
Entity = N_Defining_Identifier "var_addr_1" (Entity_Id=2264)
88
Check_Address_Alignment = True
99
N_Attribute_Definition_Clause "address" (Node_Id=2295) (source,analyzed)
10-
Sloc = 12483 address_clause.adb:8:4
10+
Sloc = 8387 address_clause.adb:8:4
1111
Chars = "address" (Name_Id=300000791)
1212
Name = N_Identifier "var_addr_2" (Node_Id=2292)
1313
Expression = N_Function_Call (Node_Id=2302)

0 commit comments

Comments
 (0)