summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/compiler-core/slang-test-server-protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler-core/slang-test-server-protocol.h b/source/compiler-core/slang-test-server-protocol.h
index a15e19701..7d7ad2389 100644
--- a/source/compiler-core/slang-test-server-protocol.h
+++ b/source/compiler-core/slang-test-server-protocol.h
@@ -17,6 +17,7 @@ struct ExecuteUnitTestArgs
String moduleName;
String testName;
uint32_t enabledApis;
+ bool enableDebugLayers;
static const UnownedStringSlice g_methodName;
static const StructRttiInfo g_rttiInfo;