Skip to content

Commit ae9a21f

Browse files
committed
Added a regression test for tracking that the original goto location is present in the modified binary.
1 parent 9a7ec2d commit ae9a21f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
int main(int argc, char **argv)
2+
{
3+
return 0;
4+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CORE
2+
main.c
3+
--show-goto-functions --store-goto-locations
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
Original GOTO location
7+
--
8+
--
9+
This is tracked by the JIRA issue TYT-4: https://diffblue.atlassian.net/projects/TYT/issues/TYT-4

0 commit comments

Comments
 (0)