File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
trunk/test/CircularReferences Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5294e7d1567ed53114227b9291b622194eecd6c0
2
+ refs/heads/master: 0c9394456e624e948250928eebd67b55859289a3
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
- // RUN: %target-typecheck-verify-swift -debug-cycles > %t.log 2>&1
2
- // RUN: not grep "CYCLE DETECTED" %t.log | count 0
1
+ // RUN: %target-typecheck-verify-swift -debug-cycles 2>&1 | %FileCheck --allow-empty %s
3
2
4
3
// Verify that extension lookups don't cause cyclic dependencies.
5
4
6
5
// expected-no-diagnostics
7
6
8
7
struct A { }
9
8
extension A { }
9
+
10
+ // CHECK-NOT: CYCLE DETECTED
11
+
You can’t perform that action at this time.
0 commit comments