Skip to content

Commit

Permalink
[spectest] Fix typo in methods tests.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@19866 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
jnthn committed Feb 10, 2008
1 parent e1c47ee commit d44ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-class/methods.t
Expand Up @@ -21,4 +21,4 @@ is($x.foo, 42, 'called a method without parens');
is($x.foo(), 42, 'called a method without parens');
is($x.bar, 101, 'called a method with parens');
is($x.bar(), 101, 'called a method with parens');
is($x.identify("w00t"), "w00t", 'called a method with a parameter');
is($x.identity("w00t"), "w00t", 'called a method with a parameter');

0 comments on commit d44ad3a

Please sign in to comment.