Skip to content

Commit

Permalink
Fix Slice/errorDetection test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Oct 24, 2023
1 parent 4fa13cd commit 8e227a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cpp/test/Slice/errorDetection/IllegalMI.err
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ IllegalMI.ice:653: ambiguous multiple inheritance: `A2' inherits operation `op'
IllegalMI.ice:689: ambiguous multiple inheritance: `A2' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:776: operation `op' is already defined as an operation in a base interface or class
IllegalMI.ice:820: operation `op' is already defined as an operation in a base interface or class
IllegalMI.ice:967: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1041: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1115: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1187: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1259: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:966: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1040: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1114: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1186: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces
IllegalMI.ice:1258: ambiguous multiple inheritance: `A4' inherits operation `op' from two or more unrelated base interfaces

0 comments on commit 8e227a4

Please sign in to comment.