Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraks committed Jul 12, 2024
1 parent 1e830c8 commit cca5671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/scala/avoidancestlc/TypeCheck.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import ExprSyntax.given_Conversion_Int_ENum
class AvoidanceSTLCTests extends AnyFunSuite {
def parseAndCheck(s: String): QType = topTypeCheck(parseToCore(s))

/*
test("escaping closures") {
val e1 =
let("x" ⇐ alloc(3)) {
Expand Down Expand Up @@ -137,7 +136,6 @@ class AvoidanceSTLCTests extends AnyFunSuite {
"""
assert(parseAndCheck(p6) == (TFun("g","𝑥#0",TUnit^(),TRef(TNum)^"g")^ ◆))
}
*/

test("mono pair") {
def makePair(t: String)(a: String, b: String) = s"""
Expand Down

0 comments on commit cca5671

Please sign in to comment.