Skip to content

Commit

Permalink
Update AbstractScopingTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenporras authored Oct 16, 2023
1 parent 15cc150 commit 6b4afa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ protected EObject getCrossReferencedObject(final int sourceTag, final boolean tr
sourceObject = EcoreUtil.resolve(objects.get(0), context);
} else {
// TODO DSL-166: Handle this case when needed for tests.
fail("Multiple references not supported yet"); //$NON-NLS-1$
throw new AssertionError("Multiple references not supported yet"); //$NON-NLS-1$
}
} else {
sourceObject = (EObject) context.eGet(reference, true);
Expand Down

0 comments on commit 6b4afa4

Please sign in to comment.