Skip to content

Commit

Permalink
[SQUASH ME] tests-netdev_dummy: put c++ guard at right position
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 30, 2014
1 parent d8d786e commit 32847ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
#ifndef __TESTS_NETDEV_DUMMY_H_
#define __TESTS_NETDEV_DUMMY_H_

#include "../unittests.h"

#ifdef __cplusplus
extern "C" {
#endif

#include "../unittests.h"

/**
* @brief The entry point of this test suite.
*/
Expand Down

0 comments on commit 32847ee

Please sign in to comment.