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.
2 parents 08d1c33 + 6126bc0 commit 6d782c4Copy full SHA for 6d782c4
validation-test/Sema/type_checker_perf/slow/rdar19737632.swift
@@ -1,11 +1,10 @@
1
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
2
// REQUIRES: tools-release,no_asan
3
4
-// rdar://77656775
5
-// UNSUPPORTED: CPU=arm64 && OS=macosx
6
-
7
let a = "a"
8
let b = "b"
9
let c = 42
10
-_ = "a=" + a + ";b=" + b + ";c=" + c
+let d = 0.0
+
+_ = "a=" + a + ";b=" + b + ";c=" + c + ";d=" + d
11
// expected-error@-1 {{reasonable time}}
0 commit comments