Changeset 89115 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- May 17, 2021 4:54:36 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144456
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89091 r89115 1877 1877 1878 1878 /* Clean up. */ 1879 AudioTestSetWipe(&TstEnv.Set); 1879 int rc2 = AudioTestSetWipe(&TstEnv.Set); 1880 AssertRC(rc2); /* Annoying, but not test-critical. */ 1880 1881 1881 1882 audioTestEnvDestroy(&TstEnv);
Note:
See TracChangeset
for help on using the changeset viewer.