Show
Ignore:
Timestamp:
10/15/09 11:49:13 (6 weeks ago)
Author:
jmaessen
Message:

[testing] Fixed the bug in Compiled10 so that it now works! Added
some extra parens to the ChainExpr? desugaring, just for clarity (they
don't actually affect functionality in any way).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/compiler_tests/Compiled10.fss

    r4254 r4255  
    2828  c = f[\String\]()      (*) 0 
    2929  d = g[\String,ZZ32\]() (*) 5 
    30  
    31   println(a) 
    32   println(b) 
    33   println(c) 
    34   println(d) 
    35  
    36   sum =  a + b + c + d 
    3730  println( 
    38   if (a=c=0 AND c=d=5) 
     31  if (a=c=0 AND b=d=5) 
    3932     then "pass" else "fail" end 
    4033  )