Skip to content

Commit 5105c16

Browse files
committed
Test output is different for asserts builds
1 parent 1017b6d commit 5105c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/loadable_by_address_address_assignment.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend %s -O -Xllvm -sil-print-after=loadable-address -c -o %t/t.o 2>&1 | %FileCheck %s
22

3+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
4+
35
public struct LargeThing {
46
var s0 : String = ""
57
var s1 : String = ""

0 commit comments

Comments
 (0)