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 8dd56d4 commit 0c078e8Copy full SHA for 0c078e8
test/embedded/simd.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
3
-// RUN: %target-swift-frontend %s %S/Inputs/print.swift -parse-as-library -enable-experimental-feature Embedded -c -o %t/main.o
+// RUN: %target-swift-frontend %s -parse-as-library -enable-experimental-feature Embedded -c -o %t/main.o
4
// RUN: %target-clang %t/main.o -o %t/a.out -dead_strip
5
// RUN: %target-run %t/a.out | %FileCheck %s
6
0 commit comments