aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/all.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 71b97e3e..d0f29beb 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -68,7 +68,7 @@ except SystemExit:
pass
# List of all of the MSAA sample counts we wish to test
-MSAA_SAMPLE_COUNTS = (2, 4, 8, 16, 32)
+MSAA_SAMPLE_COUNTS = (2, 4, 6, 8, 16, 32)
def add_fbo_depthstencil_tests(group, format):
if format == 'default_fb':