We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16244b3 commit 38ef675Copy full SHA for 38ef675
test/SILOptimizer/cold_block_info.swift
@@ -7,6 +7,8 @@
7
// RUN: %FileCheck %s --input-file=%t/debug.txt \
8
// RUN: --implicit-check-not 'converged after {{[3-9]}} iters'
9
10
+// REQUIRES: asserts
11
+
12
public enum MyError: Error { case err; case number(Int) }
13
14
@inline(never)
0 commit comments