Changeset c083c3d for tests/concurrent
- Timestamp:
- May 1, 2023, 6:15:26 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 67408114
- Parents:
- 4daf79f (diff), 6e1e2d0 (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. - git-author:
- Peter A. Buhr <pabuhr@…> (05/01/23 16:59:14)
- git-committer:
- Peter A. Buhr <pabuhr@…> (05/01/23 18:15:26)
- Location:
- tests/concurrent
- Files:
-
- 10 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/futures/select_future.cfa
r4daf79f rc083c3d 196 196 delete( shared_future ); 197 197 printf( "done 3\n" ); 198 199 // C_TODO: add test for select statement once it is implemented200 198 }
Note:
See TracChangeset
for help on using the changeset viewer.