Skip to content

Commit c6c4e59

Browse files
committed
---
yaml --- r: 348506 b: refs/heads/master c: 6021a9d h: refs/heads/master
1 parent 4b504e3 commit c6c4e59

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5b3fdba240e8ba9b7ed43fab9ad19f6f1afad570
2+
refs/heads/master: 6021a9db9756a4b0cf967c0e67e7854d955a1659
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// FIXME: We shouldn't be consuming a lot of memory here but we do.
2+
// RUN: %scale-test --begin 1 --end 4 --step 1 --select NumLeafScopes %s --expected-exit-code 1 --invert-result
3+
// REQUIRES: OS=macosx
4+
// REQUIRES: asserts
5+
6+
class God {
7+
public func isEqual(_ other: God) -> Bool {
8+
return (
9+
(self.form == other.form)
10+
%for i in range(1, N):
11+
&& (self.form == other.form)
12+
%end
13+
)
14+
}
15+
}

0 commit comments

Comments
 (0)