Merge: Added contributing guidelines and link from readme
[nit.git] / tests / test_nitunit4 / test_nitunit4.nit
index cd13aca..8864263 100644 (file)
@@ -32,4 +32,8 @@ class TestTestSuite
        fun test_baz do
                print "Tested method"
        end
+
+       fun test_sav_conflict do
+               print "Tested method"
+       end
 end