summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/tests/easing_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/tests/easing_test.cpp')
-rw-r--r--3rdparty/bx/tests/easing_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bx/tests/easing_test.cpp b/3rdparty/bx/tests/easing_test.cpp
index 06944547f4a..44f6f7f987e 100644
--- a/3rdparty/bx/tests/easing_test.cpp
+++ b/3rdparty/bx/tests/easing_test.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright 2010-2018 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bx#license-bsd-2-clause
+ * Copyright 2010-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bx/blob/master/LICENSE
*/
#include "test.h"
@@ -42,7 +42,7 @@ TEST_CASE("easing", "")
if (vv >= ys
&& vv < ye)
{
- bx::write(writer, "*");
+ bx::write(writer, &err, "*");
break;
}
}