Changes in / [ab5baab:e014c6d]
- Location:
- tests
- Files:
-
- 2 edited
-
.expect/cast.txt (modified) (1 diff)
-
cast.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/cast.txt
rab5baab re014c6d 1 cast.cfa: In function '_X4mainFi_iPPKc__1': 2 cast.cfa:18:9: note: #pragma message: Compiled 1 cast.cfa:16:29: warning: Compiled -
tests/cast.cfa
rab5baab re014c6d 14 14 //Dummy main 15 15 int main( int argc, char const * argv[] ) { 16 #pragma message( "Compiled" )// force non-empty .expect file16 #pragma GCC warning "Compiled" // force non-empty .expect file 17 17 }
Note:
See TracChangeset
for help on using the changeset viewer.