From 2175849a81ddd03707dca7b4c9d69d8fa11e35f7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 29 Mar 2016 23:11:03 -0400 Subject: [PATCH] Tests: Added a skip otherwise harness thinks a test failed --- test/composite.t.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/composite.t.cpp b/test/composite.t.cpp index 13f075b0..85de400d 100644 --- a/test/composite.t.cpp +++ b/test/composite.t.cpp @@ -38,6 +38,7 @@ int main (int, char**) c.add ("right", 4, Color ("on blue")); t.diag (c.str ()); + t.skip ("No implemented tests"); return 0; }