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.
2 parents 3d47e1c + a2ee20d commit 28c6cc1Copy full SHA for 28c6cc1
test/stdlib/RuntimeObjC.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
//
3
// RUN: %target-clang %S/Inputs/Mirror/Mirror.mm -c -o %t/Mirror.mm.o -g
4
-// RUN: %target-build-swift -parse-stdlib -Xfrontend -disable-access-control -module-name a -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o %s -o %t.out -Xfrontend -disable-deserialization-safety
+// RUN: %target-build-swift -parse-stdlib -Xfrontend -disable-access-control -module-name a -I %S/Inputs/Mirror/ -Xlinker %t/Mirror.mm.o %s -o %t.out -Xfrontend -disable-deserialization-safety -lswiftCoreGraphics
5
// RUN: %target-codesign %t.out
6
// RUN: %target-run %t.out
7
// REQUIRES: executable_test
0 commit comments