diff --git a/flang/CMakeLists.txt b/flang/CMakeLists.txt index 2178e728e374..258511b39110 100644 --- a/flang/CMakeLists.txt +++ b/flang/CMakeLists.txt @@ -20,5 +20,3 @@ set(SOURCES source.cc ) add_executable(f18 ${SOURCES}) - -add_executable(type-test type.cc idioms.cc)