Changeset 1747

Show
Ignore:
Timestamp:
11/08/08 21:09:41 (2 months ago)
Author:
Chuck.Esterbrook
Message:

Fix a bug found via a failure in the test suite.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/SharpGenerator.cobra

    r1742 r1747  
    157157                                        else: throw FallThroughException(target) 
    158158                        else 
    159                                 outName += '.exe' 
     159                                outName = Utils.forceExtension(outName, '.exe') 
    160160                        _fullExeFileName = outName 
    161161