David Chisnall
|
262cea96f5
|
Fix test for clang 8.
Clang 8 now rejects the thing that this is testing (which is good,
because it's a terrible idea).
|
7 years ago |
David Chisnall
|
6ab3df0892
|
Improve the forward declare protocols test.
Make it not fail to build with older compilers and make it test the
thing that should be true with the new ABI.
|
8 years ago |
David Chisnall
|
55a4d763d1
|
Silence a warning in a test.
The test is doing something unsafe, but which we want to work.
|
8 years ago |
David Chisnall
|
8b6793aa52
|
Add a test for forward declared protocols.
Check that a protocol accessed by forward definition in one compilation
unit is the one defined in another compilation unit.
|
8 years ago |