Changeset 7cd8827 for tests/tuple
- Timestamp:
- Aug 14, 2018, 4:10:58 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 636e1b9
- Parents:
- c3a8ecd (diff), 5a5d31a (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/tuple
- Files:
-
- 13 moved
-
.expect/tupleAssign.txt (moved) (moved from src/tests/tuple/.expect/tupleAssign.txt )
-
.expect/tupleCast.txt (moved) (moved from src/tests/tuple/.expect/tupleCast.txt )
-
.expect/tupleFunction.txt (moved) (moved from src/tests/tuple/.expect/tupleFunction.txt )
-
.expect/tupleMember.txt (moved) (moved from src/tests/tuple/.expect/tupleMember.txt )
-
.expect/tuplePolymorphism.txt (moved) (moved from src/tests/tuple/.expect/tuplePolymorphism.txt )
-
.expect/tupleVariadic.txt (moved) (moved from src/tests/tuple/.expect/tupleVariadic.txt )
-
tupleAssign.c (moved) (moved from src/tests/tuple/tupleAssign.c ) (1 diff)
-
tupleCast.c (moved) (moved from src/tests/tuple/tupleCast.c )
-
tupleFunction.c (moved) (moved from src/tests/tuple/tupleFunction.c )
-
tupleMember.c (moved) (moved from src/tests/tuple/tupleMember.c )
-
tuplePolymorphism.c (moved) (moved from src/tests/tuple/tuplePolymorphism.c )
-
tupleVariadic.c (moved) (moved from src/tests/tuple/tupleVariadic.c ) (1 diff)
-
tuples.c (moved) (moved from src/tests/tuple/tuples.c )
Legend:
- Unmodified
- Added
- Removed
-
tests/tuple/tupleAssign.c
rc3a8ecd r7cd8827 14 14 // 15 15 16 #include <fstream >16 #include <fstream.hfa> 17 17 18 18 int main() { -
tests/tuple/tupleVariadic.c
rc3a8ecd r7cd8827 14 14 // 15 15 16 #include <stdlib >16 #include <stdlib.hfa> 17 17 18 18 void func(void) {
Note:
See TracChangeset
for help on using the changeset viewer.