Changeset 92209 in vbox
- Timestamp:
- Nov 4, 2021 9:36:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r92208 r92209 1061 1061 return VINF_SUCCESS; 1062 1062 1063 AssertReturn(pSet->cTestsRunning == 0, VERR_WRONG_ORDER); /* Make sure no tests sill are running. */ 1063 /* No more validation (no / still running tests) here -- just pack all stuff we got so far 1064 * and let the verification routine deal with it later. */ 1064 1065 1065 1066 int rc = AudioTestSetClose(pSet);
Note:
See TracChangeset
for help on using the changeset viewer.