Changes in / [e014c6d:ab5baab]


Ignore:
Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/cast.txt

    re014c6d rab5baab  
    1 cast.cfa:16:29: warning: Compiled
     1cast.cfa: In function '_X4mainFi_iPPKc__1':
     2cast.cfa:18:9: note: #pragma message: Compiled
  • tests/cast.cfa

    re014c6d rab5baab  
    1414//Dummy main
    1515int main( int argc, char const * argv[] ) {
    16         #pragma GCC warning "Compiled"                  // force non-empty .expect file
     16        #pragma message( "Compiled" )                   // force non-empty .expect file
    1717}
Note: See TracChangeset for help on using the changeset viewer.