Skip to content

Commit

Permalink
daily automatic beautifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesadmin committed Jan 10, 2017
1 parent 4910a38 commit db22064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phrase-extract/ScoreFeatureTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ BOOST_AUTO_TEST_CASE(manager_config_domain)
s.insert(4);
s.insert(1);

for (auto i: s) {
for (auto i: s) {
cerr << i << " ";
}

Expand All @@ -127,14 +127,14 @@ BOOST_AUTO_TEST_CASE(manager_config_domain)
m["ba"] = 6;
m["aabc"] = 7;

for (auto i: m) {
for (auto i: m) {
cerr << i.first << "=" << i.second << " ";
}

long sum = adder(1, 2, 3, 8, 7);

std::string s1 = "x", s2 = "aa", s3 = "bb", s4 = "yy";
std::string ssum = adder(s1, s2, s3, s4);

}

0 comments on commit db22064

Please sign in to comment.