ClangImporter: Remove -enable-c-function-pointers staging option.

Swift SVN r29764
This commit is contained in:
Joe Groff
2015-06-27 18:10:21 +00:00
parent 2630dba793
commit 55a830df38
8 changed files with 11 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
// RUN: rm -rf %t && mkdir %t
// RUN: %target-build-swift %s -Xfrontend -enable-c-function-pointers -o %t/a.out
// RUN: %target-build-swift %s -o %t/a.out
// RUN: %target-run %t/a.out | FileCheck %s
// REQUIRES: executable_test