Changeset bae0d35 for tests/include
- Timestamp:
- Jun 7, 2021, 2:09:12 PM (5 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5a46e09
- Parents:
- 82f4063 (diff), 53692b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/include
- Files:
-
- 1 added
- 2 edited
- 1 moved
-
.expect/includes.nast.txt (modified) (1 diff)
-
.expect/stdincludes.txt (added)
-
includes.cfa (modified) (2 diffs)
-
stdincludes.cfa (moved) (moved from tests/stdincludes.cfa ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/.expect/includes.nast.txt
r82f4063 rbae0d35 1 include/includes.cfa: In function '_X4mainFi_iPPKc__1': 2 include/includes.cfa:156:9: note: #pragma message: Compiled 1 include/includes.cfa:154:25: warning: Compiled -
tests/include/includes.cfa
r82f4063 rbae0d35 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Mar 25 09:08:26 202113 // Update Count : 75 012 // Last Modified On : Sat Jun 5 10:06:46 2021 13 // Update Count : 751 14 14 // 15 15 … … 152 152 153 153 int main( int argc, char const *argv[] ) { 154 #pragma message( "Compiled" ) // force non-empty .expect file 154 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 155 155 } 156 156 -
tests/include/stdincludes.cfa
r82f4063 rbae0d35 10 10 // Created On : Tue Aug 29 08:26:14 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S un Sep 27 08:51:38 202013 // Update Count : 812 // Last Modified On : Sat Jun 5 10:08:11 2021 13 // Update Count : 9 14 14 // 15 15 … … 48 48 49 49 int main() { 50 #pragma message( "Compiled" ) // force non-empty .expect file 50 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 51 51 } 52 52
Note:
See TracChangeset
for help on using the changeset viewer.