summaryrefslogtreecommitdiffstats
path: root/tools/render-test/shader-renderer-util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/shader-renderer-util.cpp')
-rw-r--r--tools/render-test/shader-renderer-util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/shader-renderer-util.cpp b/tools/render-test/shader-renderer-util.cpp
index f6c0366bb..0d0f8a3a5 100644
--- a/tools/render-test/shader-renderer-util.cpp
+++ b/tools/render-test/shader-renderer-util.cpp
@@ -185,7 +185,7 @@ static RefPtr<SamplerState> _createSamplerState(
{
if (baseIndex + i != entry.glslBinding[i])
{
- assert("Bindings must be contiguous");
+ assert(!"Bindings must be contiguous");
break;
}
}