Skip to content

Commit e6897b7

Browse files
committed
update svf.bc => .bc
1 parent 57615ee commit e6897b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ foreach(folder ${diff_tests_anderson_folders})
142142

143143
# read and write ander
144144
# change file extension to .pre.bc
145-
string(REGEX REPLACE "[.]bc$" ".svf.bc" readFile ${CMAKE_CURRENT_SOURCE_DIR}/${filename})
145+
string(REGEX REPLACE "[.]bc$" ".bc" readFile ${CMAKE_CURRENT_SOURCE_DIR}/${filename})
146146
add_test(
147147
NAME diff_tests-wr-ander/ander-read-write/${filename}
148148
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/diff_tests/difftest.py

0 commit comments

Comments
 (0)