Commit 69d28ee0 authored by Davis King's avatar Davis King

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
parent 8c8d37f7
......@@ -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"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment