- Timestamp:
- Jul 24, 2024, 6:59:16 PM (16 months ago)
- Branches:
- master
- Children:
- 151c8db, 5aeb1a9, d02d223
- Parents:
- 1ad112a5 (diff), b6923b17 (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:
-
- 3 added
- 1 deleted
- 1 edited
- 3 moved
-
.expect/labelledExit.txt (deleted)
-
Makefile.am (modified) (1 diff)
-
ctrl-flow/.expect/fallthrough.txt (moved) (moved from tests/.expect/fallthrough.txt )
-
ctrl-flow/.expect/goto.txt (added)
-
ctrl-flow/.expect/labelledExit.txt (added)
-
ctrl-flow/fallthrough.cfa (moved) (moved from tests/fallthrough.cfa )
-
ctrl-flow/goto.cfa (added)
-
ctrl-flow/labelledExit.cfa (moved) (moved from tests/labelledExit.cfa )
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r1ad112a5 r878b1385 208 208 209 209 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator \ 210 init1 limits nested-types cast labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse210 init1 limits nested-types cast ctrl-flow/labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse 211 211 ${SYNTAX_ONLY_CODE} : % : %.cfa ${CFACCBIN} 212 212 ${CFACOMPILE_SYNTAX}
Note:
See TracChangeset
for help on using the changeset viewer.