Changeset 209:765619b7cbb2 in lemon-main for test/test_tools_fail.cc
- Timestamp:
- 07/13/08 20:51:02 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test_tools_fail.cc
r39 r209 1 /* -*- C++-*-1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 19 19 #include "test_tools.h" 20 20 21 int main() 21 int main() 22 22 { 23 23 check(false, "Don't panic. Failing is the right behaviour here.");
Note: See TracChangeset
for help on using the changeset viewer.