Fixed up a bug and 2 tests, plus added a better error for when a method isn't found. 69 tests passing! This is everything before ADTs (because of some tests with no success condition, some that depend on the compiler stdlib parts, etc)
This commit is contained in:
@@ -18,20 +18,16 @@ copy construct from 1 to 2
|
||||
copy construct from 101 to 102
|
||||
copy construct from 2 to 3
|
||||
copy construct from 102 to 103
|
||||
destruct with 102
|
||||
destruct with 2
|
||||
destruct with 102
|
||||
destruct with 101
|
||||
destruct with 1
|
||||
copy construct from 3 to 4
|
||||
copy construct from 103 to 104
|
||||
destruct with 3
|
||||
destruct with 103
|
||||
destruct with 101
|
||||
destruct with 1
|
||||
copy construct from 4 to 5
|
||||
copy construct from 104 to 105
|
||||
done
|
||||
destruct with 4
|
||||
destruct with 104
|
||||
done
|
||||
destruct with 5
|
||||
destruct with 105
|
||||
destruct with 100
|
||||
destruct with 0
|
||||
|
||||
Reference in New Issue
Block a user