[flang] Remove line that was added by mistake

Original-commit: flang-compiler/f18@629348c130
This commit is contained in:
Tim Keith 2018-02-01 07:31:53 -08:00
parent d45e6c7eda
commit 198a959bf1
1 changed files with 0 additions and 2 deletions

View File

@ -20,5 +20,3 @@ set(SOURCES
source.cc
)
add_executable(f18 ${SOURCES})
add_executable(type-test type.cc idioms.cc)