Skip to content

Commit

Permalink
Fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdUki committed Nov 13, 2014
1 parent 9564e81 commit d1eb491
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/lambda_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ int main(int argc, char** argv)
assert(nestedLuaValue["b"] == 4);
}

// std::string hello = state["mystr"];
// hello = state["mystr"];
//
{ // LuaState treats empty return values as nil
lua::Value value;

Expand Down

0 comments on commit d1eb491

Please sign in to comment.