1
2# there should be a warning when running this test file,
3# explaning that tests that are prefixed with ::: are
4# not registered (GH issue #60)
5
6tinytest::expect_equal(1,1)
7
8
9expect_equal(1,1)
10
11tinytest::expect_equal(2,2)
12
13