aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/styles/tst_styles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/styles/tst_styles.cpp')
-rw-r--r--tests/auto/styles/tst_styles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/styles/tst_styles.cpp b/tests/auto/styles/tst_styles.cpp
index fad28d85..8cdc1152 100644
--- a/tests/auto/styles/tst_styles.cpp
+++ b/tests/auto/styles/tst_styles.cpp
@@ -38,7 +38,7 @@
#include <QtCore/qprocess.h>
#include <QtQuickTest/quicktest.h>
-static const char* styles[] = { "material", "universal" };
+static const char* styles[] = { "Material", "Universal" };
int main(int argc, char *argv[])
{