- Timestamp:
- Feb 9, 2022, 10:59:11 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 6a823241
- Parents:
- 12b5e94a (diff), a986807 (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
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r12b5e94a r454b4e0 43 43 -g \ 44 44 -Wall \ 45 -Werror=return-type \ 45 46 -Wno-unused-function \ 46 47 -Wno-psabi \ -
tests/unified_locking/mutex_test.hfa
r12b5e94a r454b4e0 54 54 } 55 55 56 inttest() {56 void test() { 57 57 uint32_t sum = -32; 58 58 mo.sum = -32;
Note:
See TracChangeset
for help on using the changeset viewer.