Small fixes detected after changing to clang++ compiler.
[command.git] / tests / option / handles_string_value.cpp
index 4b276ec6844235fb7bb742ff85f565a19f56eb46..7f9099d42e8936d6c9eec353579d168600d24e66 100644 (file)
@@ -9,7 +9,7 @@ using namespace command;
 #define NAME "test"
 #define VALUE "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
 
-#define OPTION NAME"="VALUE
+#define OPTION NAME "=" VALUE
 
 typedef std::string OptionType;