diff --git a/test/test_tools_pass.cc b/test/test_tools_pass.cc --- a/test/test_tools_pass.cc +++ b/test/test_tools_pass.cc @@ -1,6 +1,6 @@ -/* -*- C++ -*- +/* -*- mode: C++; indent-tabs-mode: nil; -*- * - * This file is a part of LEMON, a generic C++ optimization library + * This file is a part of LEMON, a generic C++ optimization library. * * Copyright (C) 2003-2008 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport @@ -18,7 +18,7 @@ #include "test_tools.h" -int main() +int main() { check(true, "It should pass."); return 0;