update data.h

This commit is contained in:
Michael Davidsaver
2019-12-18 18:29:15 -08:00
parent 583ee684ab
commit cdeecdcc46
5 changed files with 46 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void testBasic()
testOk1(!val.valid());
testOk1(!val.isMarked());
testThrows<NoConvert>([&val]() {
testThrows<NoField>([&val]() {
val.from(4.2);
});
}