Skip to content

Commit 63184b2

Browse files
author
Manman Ren
committed
Fix testing case for rdar://20485995
Swift SVN r27182
1 parent 8c50f67 commit 63184b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Frontend/embed-bitcode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: CPU=x86_64
2-
// RUN: %swift -target x86_64-apple-macosx10.9 -c -module-name someModule -embed-bitcode-marker -o %t.o %s
2+
// RUN: %target-swift-frontend -c -module-name someModule -embed-bitcode-marker -o %t.o %s
33
// RUN: llvm-objdump -m -section __LLVM,__bitcode %t.o | FileCheck -check-prefix=MARKER %s
44
// RUN: llvm-objdump -m -section __LLVM,__swift_cmdline %t.o | FileCheck -check-prefix=MARKER-CMD %s
55

0 commit comments

Comments
 (0)