Changeset 8519fac for tests/builtins
- Timestamp:
- Jun 8, 2021, 12:51:32 PM (5 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 5e64df8e
- Parents:
- 4969efd (diff), dac16a0 (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/builtins
- Files:
-
- 2 edited
-
.expect/sync.txt (modified) (1 diff)
-
sync.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/builtins/.expect/sync.txt
r4969efd r8519fac 1 builtins/sync.cfa: In function '_X4mainFi___1': 2 builtins/sync.cfa:358:9: note: #pragma message: Compiled 1 builtins/sync.cfa:356:25: warning: Compiled -
tests/builtins/sync.cfa
r4969efd r8519fac 354 354 355 355 int main() { 356 #pragma message( "Compiled" ) // force non-empty .expect file 356 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 357 357 }
Note:
See TracChangeset
for help on using the changeset viewer.