Made a minor change to avoid what is apparently a bug in visual studio 2005

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403255
This commit is contained in:
Davis King 2009-10-18 03:16:38 +00:00
parent 8c8d37f7c5
commit 69d28ee0ea
1 changed files with 2 additions and 0 deletions

View File

@ -734,6 +734,8 @@ namespace
argc = 8;
DLIB_TEST(std::basic_string<ct>(argv[0]) == _dT(ct,"program"));
test.add_option(_dT(ct,"mavis"),_dT(ct,"mavis option"), 1);
test.add_option(_dT(ct,"b"),_dT(ct,"b option"));
test.add_option(_dT(ct,"d"),_dT(ct,"d option"));