Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions regression/strings-smoke-tests/java_equal/test_2.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
KNOWNBUG
test_equal_2.class
--refine-strings --string-max-length 100 --string-max-length 100
^EXIT=0$
^SIGNAL=0$
--
https://github.com/diffblue/test-gen/issues/856
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a newline at the end of file

7 changes: 7 additions & 0 deletions regression/strings-smoke-tests/java_equal/test_equal_2.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class test_equal_2
{
public static void main(String s)
{
assert(!(s.equals("pi") && s.equals("po")));
}
}