Changeset 226

Show
Ignore:
Timestamp:
08/02/06 14:40:51 (2 years ago)
Author:
pragma
Message:

Useful build routine

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/linktest2.d

    r224 r226  
    6767     
    6868    // exception test from module function 
    69     auto exceptionTest = testLibrary.getDExport!(void function(),"test.testmodule.exceptionTest2")(); 
    70     try{ 
     69    auto exceptionTest = testLibrary.getDExport!(void function(),"test.testmodule.exceptionTest")(); 
     70     
    7171        exceptionTest(); 
    72     }catch(Exception e){ 
    73         Stdout.println("Exception Test Passed. %s",e.toString()); 
    74     } 
     72 
    7573     
    7674    Stdout.println("Done.");