Skip to content

Commit

Permalink
Removed tests related to issue Morpho-lang#114
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsep committed Apr 9, 2022
1 parent 3ce13f7 commit 3cde271
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions test/range/exclusive.morpho
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ for (i in 0...-2:-0.5) print i
// expect: -1
// expect: -1.5

for (i in 1.0...1.2:0.15) print i
// expect: 1
// AssumeFail(#114): 1.15
4 changes: 0 additions & 4 deletions test/range/syntax.morpho
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ var b = 1..2:2
print b
// expect: 1..2:2

var c = 1.0...1.2:0.15
print c
// AssumeFail(#114): 1.0..1.15:0.15

var n=2
a = n..2*n:2
print a
Expand Down

0 comments on commit 3cde271

Please sign in to comment.