summaryrefslogtreecommitdiff
path: root/tests/kmstest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kmstest/main.c')
-rw-r--r--tests/kmstest/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index 2c87b1c1..59e6113e 100644
--- a/tests/kmstest/main.c
+++ b/tests/kmstest/main.c
@@ -56,7 +56,7 @@ int test_bo(struct kms_driver *kms)
return 0;
}
-char *drivers[] = {
+static const char *drivers[] = {
"i915",
"radeon",
"nouveau",