We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dca93 commit c13b746Copy full SHA for c13b746
test/ClangModules/enum-new-execute.swift
@@ -1,5 +1,5 @@
1
// RUN: mkdir -p %t
2
-// RUN: %clang -fobjc-arc %S/Inputs/enum-new.m -c -o %t/enum-new.o
+// RUN: %clang %S/Inputs/enum-new.m -c -o %t/enum-new.o
3
// RUN: %target-build-swift -import-objc-header %S/Inputs/enum-new.h -Xlinker %t/enum-new.o %s -o %t/a.out
4
// RUN: %target-run %t/a.out | FileCheck %s
5
0 commit comments