diff options
Diffstat (limited to 'testsuite/parseok/twelve.stp')
-rwxr-xr-x | testsuite/parseok/twelve.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/twelve.stp b/testsuite/parseok/twelve.stp index d5029d1a..2e20da18 100755 --- a/testsuite/parseok/twelve.stp +++ b/testsuite/parseok/twelve.stp @@ -6,7 +6,7 @@ /* hello world */ %} -function foo (p1, p2) %{ +function foo:long (p1:string, p2:long, p3) %{ /* goodbye world */ %} |