File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
trunk/validation-test/Sema/type_checker_perf/slow Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5b3fdba240e8ba9b7ed43fab9ad19f6f1afad570
2
+ refs/heads/master: 6021a9db9756a4b0cf967c0e67e7854d955a1659
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments