Skip to content
Snippets Groups Projects
Commit 2e456eef authored by Sebastian Krings's avatar Sebastian Krings
Browse files

adapt to new pretty print format

parent 634b7762
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ public class StartUnitAnalysisHandler extends AbstractHandler implements
variables.get(variableName),
new NullProgressMonitor());
if (variables.get(variableName).equals("error")) {
if (variables.get(variableName).startsWith("multiple")) {
var.createProblemMarker(
InferredUnitPragmaAttribute.ATTRIBUTE,
new MultipleUnitsInferredMarker(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment