Skip to content

Commit c92dc41

Browse files
Deleting unnecessary includes and compilation flags
1 parent fdc0632 commit c92dc41

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/PrintAsClang/_SwiftCxxInteroperability.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include <cstdint>
2323
#include <stdlib.h>
24-
#include <cstdint>
2524
#if defined(_WIN32)
2625
#include <malloc.h>
2726
#endif

test/Interop/SwiftToCxx/functions/swift-functions-errors-execution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// RUN: %target-swift-frontend %S/swift-functions-errors.swift -typecheck -module-name Functions -clang-header-expose-decls=has-expose-attr -emit-clang-header-path %t/functions.h
44

5-
// RUN: %target-interop-build-clangxx -std=c++17 -x objective-c++ -c %s -I %t -o %t/swift-functions-errors-execution.o
5+
// RUN: %target-interop-build-clangxx -c %s -I %t -o %t/swift-functions-errors-execution.o
66
// RUN: %target-interop-build-swift %S/swift-functions-errors.swift -o %t/swift-functions-errors-execution -Xlinker %t/swift-functions-errors-execution.o -module-name Functions -Xfrontend -entry-point-function-name -Xfrontend swiftMain
77

88
// RUN: %target-codesign %t/swift-functions-errors-execution

0 commit comments

Comments
 (0)