Show
Ignore:
Timestamp:
08/10/09 12:45:17 (4 months ago)
Author:
sukyoungryu
Message:

[interpreter tests] Fixed an interpreter test using the old function expression syntax.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/tests/oprTests.fss

    r3550 r4058  
    6565  n (n + 1) sin 3 n x log log x 
    6666  aa: ZZ32[3] = [1 2 3] 
    67   reduce(_:(ZZ32,ZZ32)->ZZ32) = fn xx:ZZ32[3] => 1 
     67  reduce(_:(ZZ32,ZZ32)->ZZ32) = fn (xx:ZZ32[3]) => 1 
    6868  f(_:ZZ32,_:ZZ32):ZZ32 = 0 
    6969  reduce(f)(aa)(x + 1)atan(x + 2)