Add type_conversion helper and failing unit test

This commit is contained in:
Jason Turner
2014-11-02 14:08:57 -07:00
parent dd12785b72
commit 20c0e6016e
3 changed files with 25 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ auto t := TestBaseType();
// "get_val()" which exists on the Type2 type
assert_equal(t.get_val(), 10);
assert_equal(t.get_str().size(), 11);