Skip to content

Commit ac3c883

Browse files
author
David Ungar
committed
un testable-ize python script
1 parent 270ec0d commit ac3c883

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Utilities/build-script-helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,6 @@ def build_swift_driver_using_cmake(args, target, swiftc_exec, build_dir, base_cm
492492
'-DTSC_DIR=' + os.path.join(os.path.join(dependencies_dir, 'swift-tools-support-core'), 'cmake/modules'),
493493
'-DYams_DIR=' + os.path.join(os.path.join(dependencies_dir, 'yams'), 'cmake/modules'),
494494
'-DArgumentParser_DIR=' + os.path.join(os.path.join(dependencies_dir, 'swift-argument-parser'), 'cmake/modules')]
495-
#FIXME: Building with testing enable to allow @testable import of SwiftDriver
496-
driver_swift_flags.append('-enable-testing')
497495
driver_cmake_flags = base_cmake_flags + flags
498496
cmake_build(args, swiftc_exec, driver_cmake_flags, driver_swift_flags,
499497
driver_source_dir, driver_build_dir)

0 commit comments

Comments
 (0)