]> git.mjollnir.org Git - moodle.git/commitdiff
Fix syntax error.
authortjhunt <tjhunt>
Fri, 27 Apr 2007 10:37:21 +0000 (10:37 +0000)
committertjhunt <tjhunt>
Fri, 27 Apr 2007 10:37:21 +0000 (10:37 +0000)
lib/simpletest/testgradelib.php

index 87d0c4ea1355e4258ab312b084d4aedbb29b1bc0..ee0dfc6f37f65d35bb7cc24ce1ee196ad86e5170 100644 (file)
@@ -679,8 +679,6 @@ class gradelib_test extends UnitTestCase {
 
 // SCENARIOS: define use cases here by defining tests and implementing code until the tests pass.
 
-    /**
-     *
 }
 
 ?>