Changeset 2a301ff for tests/collections
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (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/collections
- Files:
-
- 3 added
- 4 edited
-
.expect/string-istream.txt (added)
-
.in/string-istream.txt (added)
-
atomic_mpsc.cfa (modified) (1 diff)
-
string-api-coverage.cfa (modified) (1 diff)
-
string-istream.cfa (added)
-
string-overwrite.cfa (modified) (1 diff)
-
vector-demo.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/atomic_mpsc.cfa
r92355883 r2a301ff 1 1 #include <fstream.hfa> 2 #include <co ntainers/lockfree.hfa>2 #include <collections/lockfree.hfa> 3 3 #include <thread.hfa> 4 4 -
tests/collections/string-api-coverage.cfa
r92355883 r2a301ff 1 #include <co ntainers/string.hfa>1 #include <collections/string.hfa> 2 2 #include <string_sharectx.hfa> 3 3 -
tests/collections/string-overwrite.cfa
r92355883 r2a301ff 1 #include <co ntainers/string.hfa>1 #include <collections/string.hfa> 2 2 #include <string_sharectx.hfa> 3 3 -
tests/collections/vector-demo.cfa
r92355883 r2a301ff 1 #include <co ntainers/vector2.hfa>1 #include <collections/vector2.hfa> 2 2 3 3 void raiiTests() {
Note:
See TracChangeset
for help on using the changeset viewer.