Skip to content

Commit c5dd77d

Browse files
committed
tests: require an assert build for a test which uses -debug
rdar://problem/46455880
1 parent 322a585 commit c5dd77d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/pound_assert.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -enable-experimental-static-assert -emit-sil %s -verify -Xllvm -debug -Xllvm -debug-only -Xllvm ConstExpr
22

3+
// REQUIRES: asserts
4+
35
//===----------------------------------------------------------------------===//
46
// Basic function calls and control flow
57
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)