Wiki
Show
Ignore:
Timestamp:
02/27/10 09:18:29 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Use the new Cobra.Lang.Test.TestRunner? for running inline unit tests.
Fix some test cases from the last checkin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Phases/BindRunTimeLibraryPhase.cobra

    r2101 r2291  
    3232        c = .compiler 
    3333        pathsToCompile = c.pathsToCompile 
    34         runTimePaths = c.commandLineArgParser.readFilesFile(Path.combine(Path.combine(.cobraExeDir, 'Cobra.Lang'), 'files.text')) 
     34        filesPath = Path.combine(Path.combine(.cobraExeDir, 'Cobra.Lang'), 'files.text') 
     35        runTimePaths = c.commandLineArgParser.readFilesFile(filesPath) 
    3536        runTimePaths.reverse 
    3637        for runTimePath in runTimePaths