summaryrefslogtreecommitdiff
path: root/src/tests/test_post_process_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_post_process_helper.cc')
-rw-r--r--src/tests/test_post_process_helper.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/test_post_process_helper.cc b/src/tests/test_post_process_helper.cc
index c009bc2..7078c6e 100644
--- a/src/tests/test_post_process_helper.cc
+++ b/src/tests/test_post_process_helper.cc
@@ -2,8 +2,6 @@
// It tests post-processing helper functions (pipeline and bind group creation).
// Validates that helpers can create valid WebGPU resources.
-#if !defined(STRIP_ALL) // Test code only - zero size impact on final binary
-
#include "gpu/demo_effects.h"
#include "gpu/gpu.h"
#include "offscreen_render_target.h"
@@ -287,5 +285,3 @@ int main() {
fprintf(stdout, "=== All Post-Process Helper Tests Passed ===\n");
return 0;
}
-
-#endif /* !defined(STRIP_ALL) */