Skip to content

Commit 69a7088

Browse files
committed
rename and move unit test
1 parent 6f92cfd commit 69a7088

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

unit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SRC = unit_tests.cpp \
99
SRC += unit_tests.cpp \
1010
analyses/ai/ai_simplify_lhs.cpp \
1111
analyses/call_graph.cpp \
12-
analyses/graph.cpp \
1312
analyses/does_remove_const/does_expr_lose_const.cpp \
1413
analyses/does_remove_const/does_type_preserve_const_correctness.cpp \
1514
analyses/does_remove_const/is_type_at_least_as_const_as.cpp \
@@ -23,6 +22,7 @@ SRC += unit_tests.cpp \
2322
solvers/refinement/string_refinement/sparse_array.cpp \
2423
solvers/refinement/string_refinement/union_find_replace.cpp \
2524
util/expr_cast/expr_cast.cpp \
25+
util/disconnect_unreachable_nodes_in_graph.cpp \
2626
util/irep.cpp \
2727
util/irep_sharing.cpp \
2828
util/message.cpp \

0 commit comments

Comments
 (0)