summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-28 23:34:28 +0100
committerNao Pross <naopross@thearcway.org>2019-01-28 23:34:28 +0100
commit32135f372b8421394a1e63b0bc318621371da6c6 (patch)
treeb6cb07c1954babddcab257d6666a17634b563c38 /test
parentDelete signal::emit(channel) (diff)
parentChannel interface improved (diff)
downloadflatland-32135f372b8421394a1e63b0bc318621371da6c6.tar.gz
flatland-32135f372b8421394a1e63b0bc318621371da6c6.zip
Merge remote-tracking branch 'raffa-https/master'
Diffstat (limited to 'test')
-rw-r--r--test/signal_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/signal_test.cpp b/test/signal_test.cpp
index 01fbe2d..a5e31b0 100644
--- a/test/signal_test.cpp
+++ b/test/signal_test.cpp
@@ -87,6 +87,8 @@ int main()
FlatWindow win(600, 900, "Test 3");
flat_status status;
+ npdebug("Initializing channel alpha")
+
alpha = channel::create("alpha");
if (alpha == nullptr)