Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Oct 26, 2023
1 parent a4c25d2 commit 962f8a3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/analysis/call_graph/expected.txt

This file was deleted.

File renamed without changes.
14 changes: 14 additions & 0 deletions tests/test_analysis/call_graph/expected.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
foo
bar
{
"test_analysis.call_graph.program": [
"test_analysis.call_graph.program.foo"
],
"test_analysis.call_graph.program.foo": [
"builtins.print",
"test_analysis.call_graph.program.bar"
],
"test_analysis.call_graph.program.bar": [
"builtins.print"
]
}
File renamed without changes.
File renamed without changes.

0 comments on commit 962f8a3

Please sign in to comment.