Skip to content

Commit 1714f1c

Browse files
committed
fix typo
1 parent 1946c55 commit 1714f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webgpu_basic_rendering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void RegisterCheckScopesAtExit() {
4040
atexit([](){
4141
// Check we don't exit before the tests are done.
4242
// (Make sure there's a keepalive for everything the test has scopes for.)
43-
// Build with -sEXIT_RUNTIME to trace keepalives.
43+
// Build with -sRUNTIME_DEBUG to trace keepalives.
4444
assert(sScopeCount == 0);
4545
});
4646
}

0 commit comments

Comments
 (0)