Skip to content

Commit

Permalink
Merge pull request diffblue#1410 from LAJW/fix-test-gen
Browse files Browse the repository at this point in the history
TG-634 (Rollback) Remove invariant causing failure in unit test generation involving CharSequences
  • Loading branch information
Joel Allred authored Sep 20, 2017
2 parents 93149be + bcfb914 commit b4f57ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/java_bytecode/java_object_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,13 +882,6 @@ void java_object_factoryt::gen_nondet_struct_init(
binary_relation_exprt(me, ID_le, max_length)));
}
}
else
{
INVARIANT(
class_identifier!="java.lang.CharSequence" &&
class_identifier!="java.lang.AbstractStringBuilder",
"Trying to initialize abstract class");
}
}
}
}
Expand Down

0 comments on commit b4f57ee

Please sign in to comment.