about summary refs log tree commit diff stats
path: root/037call_reply.cc
diff options
context:
space:
mode:
Diffstat (limited to '037call_reply.cc')
-rw-r--r--037call_reply.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/037call_reply.cc b/037call_reply.cc
index 3de6d588..11d79e0c 100644
--- a/037call_reply.cc
+++ b/037call_reply.cc
@@ -76,7 +76,7 @@ recipe test1 [
 +warn: 'same-as-ingredient' result 2 must be location 1
 
 :(code)
-string to_string(const vector<long long int>& in) {
+string to_string(const vector<double>& in) {
   if (in.empty()) return "[]";
   ostringstream out;
   if (in.size() == 1) {