summaryrefslogtreecommitdiff
path: root/test/datastructures/stlRope.cpp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/stlRope.cpp.awk')
-rw-r--r--test/datastructures/stlRope.cpp.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/stlRope.cpp.awk b/test/datastructures/stlRope.cpp.awk
index e19b8fd..df7c361 100644
--- a/test/datastructures/stlRope.cpp.awk
+++ b/test/datastructures/stlRope.cpp.awk
@@ -20,7 +20,7 @@
print "vector<int> got, expected = {0,1,6,2,3,4,5,7};"
}
END {
- print " got.push_back(*it)"
+ print " got.push_back(*it);"
print "if (got != expected) cerr << \"error\" << endl;"
print "}"
}