[flang] Remove line that was added by mistake
authorTim Keith <tkeith@nvidia.com>
Thu, 1 Feb 2018 15:31:53 +0000 (07:31 -0800)
committerTim Keith <tkeith@nvidia.com>
Thu, 1 Feb 2018 15:31:53 +0000 (07:31 -0800)
Original-commit: flang-compiler/f18@629348c130ff2d685c9a5d123bdbae9fad676fd0

flang/CMakeLists.txt

index 2178e72..258511b 100644 (file)
@@ -20,5 +20,3 @@ set(SOURCES
   source.cc
 )
 add_executable(f18 ${SOURCES})
-
-add_executable(type-test type.cc idioms.cc)