Tests: Added a skip otherwise harness thinks a test failed

This commit is contained in:
Paul Beckingham 2016-03-29 23:11:03 -04:00
parent 69483202fc
commit 2175849a81

View file

@ -38,6 +38,7 @@ int main (int, char**)
c.add ("right", 4, Color ("on blue")); c.add ("right", 4, Color ("on blue"));
t.diag (c.str ()); t.diag (c.str ());
t.skip ("No implemented tests");
return 0; return 0;
} }