RamanGrover29@gmail.com | 8a37ebf | 2012-11-13 21:08:58 +0000 | [diff] [blame] | 1 | /* |
2 | * Description : Invoke a built-in function with incorrect number of arguments | ||||
3 | * Expected Res : Failure | ||||
4 | * Date : Nov 13th 2012 | ||||
5 | */ | ||||
6 | |||||
7 | |||||
8 | drop dataverse test if exists; | ||||
9 | create dataverse test; | ||||
10 | |||||
11 | write output to nc1:"rttest/user-defined-functions_f01.adm"; | ||||
12 | |||||
13 | let $c1 := int8() | ||||
14 | return $c1 |