From 3fbb9a28e40a691aa7c9cf3003c37244efed5416 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 22 May 2016 15:04:27 +0200 Subject: [PATCH] Cleanup of example_test comment --- tests/example_test.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/example_test.cc b/tests/example_test.cc index 18e199b..2f50b4c 100644 --- a/tests/example_test.cc +++ b/tests/example_test.cc @@ -4,10 +4,7 @@ //In case one has to test functions that include Terminal::print or Info::print //Requires display server to work -//However, it is possible to use the Broadway backend if the test is run in a pure terminal environment -//One also has to include the source stubs/dispatcher.cc in CMakeLists.txt for at least Terminal - -//To run the test using broadway backend: +//However, it is possible to use the Broadway backend if the test is run in a pure terminal environment: //broadwayd& //make test