summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/testsuite/good/three_actual_tests.tig
blob: 00bcd31ba0c7ee8af4f897169ae3a806d6b11496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function test_1() =
  (
    assert 1 = 1
  )

function test_2() =
  (
    assert 2 = 2
  )

function test_3() =
  (
    assert 1 = 2
  )