We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1946c55 commit 1714f1cCopy full SHA for 1714f1c
test/webgpu_basic_rendering.cpp
@@ -40,7 +40,7 @@ void RegisterCheckScopesAtExit() {
40
atexit([](){
41
// Check we don't exit before the tests are done.
42
// (Make sure there's a keepalive for everything the test has scopes for.)
43
- // Build with -sEXIT_RUNTIME to trace keepalives.
+ // Build with -sRUNTIME_DEBUG to trace keepalives.
44
assert(sScopeCount == 0);
45
});
46
}
0 commit comments