Skip to content

Commit

Permalink
Unit Test: fixed Bit to Binary renaming of files
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Nov 30, 2017
1 parent f4af6d0 commit 20e8a9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ add_library( ${PROJECT}-test OBJECT
main.cpp
type.cpp
value.cpp
constant/bit.cpp
constant/binary.cpp
constant/integer.cpp
constant/range.cpp
constant/rational.cpp
Expand All @@ -66,7 +66,7 @@ add_library( ${PROJECT}-test OBJECT
instruction/inv.cpp
instruction/pow.cpp
transform/BranchEliminationPass.cpp
type/bit.cpp
type/binary.cpp
type/boolean.cpp
type/decimal.cpp
type/enum.cpp
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 20e8a9c

Please sign in to comment.