summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-11-26 14:24:53 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-11-30 09:53:51 +1000
commit223dad9d3ed7e01fd40a0a223f7fa97de7c13d7d (patch)
treefc1b2658502a4d3cff98561c82b9f79b22723e4d /tests
parentac217c37ed804479382ed88e206d93ca6da3c701 (diff)
tests: fix rather confusing compiler error
../tests/server/barriers-notify.cpp:912:11: error: extended character → is not valid in an identifier 912 | Move a→b will clamp the barrier at X, but we want Y (i.e. including This is inside an #if 0, so not sure why the compiler even sees this Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/server/barriers-notify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/barriers-notify.cpp b/tests/server/barriers-notify.cpp
index 92c67c3..8937887 100644
--- a/tests/server/barriers-notify.cpp
+++ b/tests/server/barriers-notify.cpp
@@ -909,7 +909,7 @@ TEST_P(BarrierNotify, BarrierRandREventsVertical)
x|
|b
- Move a→b will clamp the barrier at X, but we want Y (i.e. including
+ Move a->b will clamp the barrier at X, but we want Y (i.e. including
RandR clamping)
#endif