summaryrefslogtreecommitdiff
path: root/tests/servers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/servers')
-rw-r--r--tests/servers/test_shader_lang.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/servers/test_shader_lang.cpp b/tests/servers/test_shader_lang.cpp
index 1f8f395e64..e4310b1393 100644
--- a/tests/servers/test_shader_lang.cpp
+++ b/tests/servers/test_shader_lang.cpp
@@ -341,8 +341,8 @@ MainLoop *test() {
dt["fragment"].built_ins["ALBEDO"] = SL::TYPE_VEC3;
dt["fragment"].can_discard = true;
- Vector<StringName> rm;
- rm.push_back("popo");
+ Vector<SL::ModeInfo> rm;
+ rm.push_back({ "popo" });
Set<String> types;
types.insert("spatial");