Changeset d923fca for tests/concurrency/channels/hot_potato.cfa
- Timestamp:
- Feb 18, 2025, 12:54:23 PM (6 weeks ago)
- Branches:
- master
- Children:
- 8705a11
- Parents:
- 3e5fea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/concurrency/channels/hot_potato.cfa ¶
r3e5fea2 rd923fca 45 45 if ( Tasks < 1 ) fallthrough default; 46 46 } // if 47 fallthrough; 47 48 case 2: 48 49 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? … … 50 51 if ( Processors < 1 ) fallthrough default; 51 52 } // if 53 fallthrough; 52 54 case 1: // use defaults 53 55 break;
Note: See TracChangeset
for help on using the changeset viewer.