[embedded] Fix test build command in embedded/dynamic-self.swift

This commit is contained in:
Kuba Mracek
2023-10-18 22:00:14 -07:00
parent 0663246daf
commit 943e05254f

View File

@@ -1,4 +1,4 @@
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -parse-as-library | %FileCheck %s
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -parse-as-library -module-name main | %FileCheck %s
// REQUIRES: swift_in_compiler
// REQUIRES: VENDOR=apple