sort members in Read*BinaryClassTest

test should not fail if hash code or hash set is implemented diffently
This commit is contained in:
Stepan Koltsov
2012-05-23 02:52:31 +04:00
parent 3c64fbb2a0
commit 13a9108f05
9 changed files with 32 additions and 26 deletions
@@ -1,7 +1,7 @@
namespace test
abstract trait test.Foo : jet.Any {
}
abstract trait test.Bar : jet.Any {
}
abstract trait test.Foo : jet.Any {
}
final fun </*0,r*/ T : test.Bar & test.Foo>foo(): jet.Tuple0