You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.omg.sysml.xpect.tests/src/org/omg/sysml/xpect/tests/validation/invalid/IndividualUsage_Invalid.sysml.xt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ package 'Individuals and Roles' {
46
46
// XPECT errors --> "At most one individual definition is allowed." at "individual two_types : A_1, B_1;"
47
47
individual two_types : A_1, B_1;
48
48
49
-
// XPECT errors -->"An individual must be typed by one individual definition." at "individual snapshot b_1_1 : B;"
50
-
individual snapshot b_1_1 : B;
49
+
// XPECT errors -->"An individual must be typed by one individual definition." at "individual b_1_1 : B;"
0 commit comments