aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
m---------tests/external/googletest0
-rw-r--r--tests/log/test.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/external/googletest b/tests/external/googletest
-Subproject 5490beb0602eab560fa3969a4410e11d94bf12a
+Subproject 4371b996edb26f9e61f292285a1d2f71259e72c
diff --git a/tests/log/test.cpp b/tests/log/test.cpp
index 53c2894b..d7e50540 100644
--- a/tests/log/test.cpp
+++ b/tests/log/test.cpp
@@ -12,8 +12,8 @@
int main()
{
- gLog << "First message";
+ yLogError << "First message";
- gLog << "Second Message";
+ yLogError << "Second Message";
std::cout << "COUT\n";
}