Changeset 66812dd for tests/raii
- Timestamp:
- Sep 27, 2020, 10:00:39 PM (3 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0a19c51
- Parents:
- bd47f35
- Location:
- tests/raii
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/raii/.expect/ctor-autogen.txt
rbd47f35 r66812dd 1 done -
tests/raii/.expect/init_once.txt
rbd47f35 r66812dd 1 done -
tests/raii/ctor-autogen.cfa
rbd47f35 r66812dd 151 151 identity(gcs); 152 152 identity(gcu); 153 printf( "done\n" ); // non-empty .expect file 153 154 } -
tests/raii/init_once.cfa
rbd47f35 r66812dd 10 10 // Created On : Tue Jun 14 15:43:35 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Mar 22 13:41:26 201913 // Update Count : 412 // Last Modified On : Fri Sep 25 15:36:39 2020 13 // Update Count : 5 14 14 // 15 15 … … 188 188 static_variable(); 189 189 } 190 printf( "done\n" ); // non-empty .expect file 190 191 } 191 192
Note: See TracChangeset
for help on using the changeset viewer.