Skip to content
Snippets Groups Projects
Commit 57800f7c authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[indexsettest.cc] Clean up includes.

This makes the test compile again.

[[Imported from SVN: r6276]]
parent afb61f52
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <cstdlib>
#include <iostream>
#include <cassert>
#include <ostream>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/parallel/localindex.hh>
int testDeleteIndices()
{
......@@ -73,5 +79,5 @@ int testDeleteIndices()
int main(int argc, char **argv)
{
exit(testDeleteIndices());
std::exit(testDeleteIndices());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment