Skip to content

Commit e87edbf

Browse files
author
thk123
committed
Removing wrong elements from the make file
1 parent 61f14d8 commit e87edbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

unit/Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# Source files for test utilities
44
SRC = unit_tests.cpp \
55
catch_example.cpp \
6-
util/expr_iterator.cpp \
7-
util/optional.cpp \
8-
analyses/call_graph.cpp \
9-
java_bytecode/java_bytecode_convert_class/convert_abstract_class.cpp \
106
# Empty last line
117

128
# Test source files
@@ -48,6 +44,7 @@ SRC += unit_tests.cpp \
4844
util/irep.cpp \
4945
util/irep_sharing.cpp \
5046
util/message.cpp \
47+
util/optional.cpp \
5148
util/parameter_indices.cpp \
5249
util/simplify_expr.cpp \
5350
util/symbol_table.cpp \

0 commit comments

Comments
 (0)