summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-29 10:51:48 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-29 10:51:48 +0100
commit8fd0f25e69e790b051c81940c9101c56956a6e03 (patch)
tree403000f2faf120cbeed5a655e64f24a1704779db /test
parent7fe1655c5ca6117f76e7f486a0f7c1b334c1d825 (diff)
downloadcolobot-8fd0f25e69e790b051c81940c9101c56956a6e03.tar.gz
colobot-8fd0f25e69e790b051c81940c9101c56956a6e03.tar.bz2
colobot-8fd0f25e69e790b051c81940c9101c56956a6e03.zip
Nope, now fixed edit_test!
Diffstat (limited to 'test')
-rw-r--r--test/unit/ui/stubs/app_stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ui/stubs/app_stub.cpp b/test/unit/ui/stubs/app_stub.cpp
index e51bbc6..55263e6 100644
--- a/test/unit/ui/stubs/app_stub.cpp
+++ b/test/unit/ui/stubs/app_stub.cpp
@@ -48,5 +48,5 @@ Event CApplication::CreateUpdateEvent()
char GetLanguageChar()
{
- return "E";
+ return 'E';
}