Skip to content

Commit 065d7a1

Browse files
committed
[SE-0258] Switch test to %target-swift-emit-silgen
1 parent ef0f7dc commit 065d7a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SILGen/property_wrappers.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// RUN: %target-swift-frontend -primary-file %s -emit-silgen | %FileCheck %s
2-
// FIXME: switch to %target-swift-emit-silgen once we have syntax tree support
1+
// RUN: %target-swift-emit-silgen -primary-file %s | %FileCheck %s
32

43
@propertyWrapper
54
struct Wrapper<T> {

0 commit comments

Comments
 (0)