Skip to content

Commit

Permalink
Minor test cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkgutierrez committed May 10, 2018
1 parent f86811b commit 4cf9cda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/trivial.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
#include <cstdlib>
#include <string>
#include <cinttypes>
#include <unistd.h>

#include "mpi.h"

static int nkeys = 21;
static const int nkeys = 21;

#define ABORT(id, rc) \
do { \
Expand Down

0 comments on commit 4cf9cda

Please sign in to comment.