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:
Nathan Braswell
2016-03-12 04:46:49 -05:00
parent 6a1c210b8a
commit 6fff4c5363
4 changed files with 34 additions and 45 deletions

View File

@@ -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