Skip to content

Commit 6ae004d

Browse files
authored
Merge pull request #41215 from rintaro/rdar88510850
[Tests] Add `REQUIRES: asserts` for -swift-version 6 test
2 parents 747c7cf + e13ebd3 commit 6ae004d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILGen/observers_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-emit-silgen -swift-version 6 -Xllvm -sil-full-demangle -parse-as-library -disable-objc-attr-requires-foundation-module -enable-objc-interop %s | %FileCheck %s
2+
// REQUIRES: asserts
23

34
class Kitty {
45
var age: Int = 5 {

0 commit comments

Comments
 (0)