Skip to content

Commit

Permalink
Small update to a single test.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Aug 30, 2009
1 parent 8692795 commit f294558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recess/test/recess/lang/AnnotationTest.php
Expand Up @@ -71,7 +71,7 @@ function testUnknownAnnotation() {
}

function testInvalidAnnotation() {
$docstring = "/** !Foo 'bar */";
$docstring = "/** !Dummy 'bar */";
try {
$annotations = Annotation::parse($docstring);
$this->assertTrue(false);
Expand Down

0 comments on commit f294558

Please sign in to comment.