summaryrefslogtreecommitdiff
path: root/bin/tests/test_shader_lang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/test_shader_lang.cpp')
-rw-r--r--bin/tests/test_shader_lang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/test_shader_lang.cpp b/bin/tests/test_shader_lang.cpp
index e55ad3074f..9c0075c47d 100644
--- a/bin/tests/test_shader_lang.cpp
+++ b/bin/tests/test_shader_lang.cpp
@@ -290,7 +290,7 @@ MainLoop* test() {
FileAccess *fa = FileAccess::open(test,FileAccess::READ);
- if (!fa) {
+ if (!fa) {
ERR_FAIL_V(NULL);
}