Skip to content

Commit

Permalink
Merge pull request swiftlang#75070 from rjmansfield/fix-noncopyable-test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal authored Jul 8, 2024
2 parents c8d06ef + ec20345 commit ad61e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/embedded/noncopyable-captures.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// RUN: %target-swift-emit-ir %s -DIGNORE_FAILS -enable-experimental-feature Embedded -wmo -o /dev/null
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -wmo -verify

// REQUIRES: OS=macosx || OS=linux-gnu

struct MyStruct<Item> : ~Copyable {
var member = "42"

Expand Down

0 comments on commit ad61e53

Please sign in to comment.