diff options
Diffstat (limited to 'src/tests/webgpu_test_fixture.cc')
| -rw-r--r-- | src/tests/webgpu_test_fixture.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/webgpu_test_fixture.cc b/src/tests/webgpu_test_fixture.cc index 750dea0..980572a 100644 --- a/src/tests/webgpu_test_fixture.cc +++ b/src/tests/webgpu_test_fixture.cc @@ -2,7 +2,7 @@ // It implements shared WebGPU initialization for GPU tests. // Provides graceful fallback if GPU unavailable. -#if !defined(STRIP_ALL) // Test code only - zero size impact on final binary +#if !defined(STRIP_ALL) // Test code only - zero size impact on final binary #include "webgpu_test_fixture.h" #include <cstdio> @@ -142,4 +142,4 @@ void WebGPUTestFixture::shutdown() { } } -#endif /* !defined(STRIP_ALL) */ +#endif /* !defined(STRIP_ALL) */ |
