Skip to content

Commit b1c7619

Browse files
Fix broken test
1 parent d1dd23c commit b1c7619

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
edges
2-
| test.c:39:16:39:20 | call to fopen indirection | test.c:41:15:41:18 | file indirection |
2+
| test.c:39:16:39:20 | *call to fopen | test.c:41:15:41:18 | *file | provenance | |
33
nodes
4-
| test.c:39:16:39:20 | call to fopen indirection | semmle.label | call to fopen indirection |
5-
| test.c:41:15:41:18 | file indirection | semmle.label | file indirection |
4+
| test.c:39:16:39:20 | *call to fopen | semmle.label | *call to fopen |
5+
| test.c:41:15:41:18 | *file | semmle.label | *file |
66
subpaths
77
#select
8-
| test.c:41:15:41:18 | file indirection | test.c:39:16:39:20 | call to fopen indirection | test.c:41:15:41:18 | file indirection | Obsolescent call to ungetc on file stream $@ at position zero. | test.c:39:16:39:20 | call to fopen indirection | call to fopen indirection |
8+
| test.c:41:15:41:18 | *file | test.c:39:16:39:20 | *call to fopen | test.c:41:15:41:18 | *file | Obsolescent call to ungetc on file stream $@ at position zero. | test.c:39:16:39:20 | *call to fopen | *call to fopen |

0 commit comments

Comments
 (0)