summaryrefslogtreecommitdiff
path: root/src/tests/webgpu_test_fixture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/webgpu_test_fixture.cc')
-rw-r--r--src/tests/webgpu_test_fixture.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/webgpu_test_fixture.cc b/src/tests/webgpu_test_fixture.cc
index 750dea0..afb7ce3 100644
--- a/src/tests/webgpu_test_fixture.cc
+++ b/src/tests/webgpu_test_fixture.cc
@@ -2,8 +2,6 @@
// 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
-
#include "webgpu_test_fixture.h"
#include <cstdio>
#include <cstdlib>
@@ -141,5 +139,3 @@ void WebGPUTestFixture::shutdown() {
instance_ = nullptr;
}
}
-
-#endif /* !defined(STRIP_ALL) */