Small fixes detected after changing to clang++ compiler.
[command.git] / tests / option / handles_float_value.cpp
index e1599f6b3b0f59ff4e37f219a8add2f2270e8155..6bbc5ed700ae440e4b4a22ea525967de12bf9c3a 100644 (file)
@@ -9,7 +9,7 @@ using namespace command;
 #define NAME "test"
 #define VALUE "567890.1234"
 
-#define OPTION NAME"="VALUE
+#define OPTION NAME "=" VALUE
 
 typedef float OptionType;