diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-11-11 20:57:33 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-11-11 20:57:33 +0100 |
commit | dcba927ada3bf7a373758efe0c50f39f0f92da0d (patch) | |
tree | 41f8ab0fac03447ba44b4b99d1cf532f56434754 /test | |
parent | b1c1192d459d59624101eabc1fc6811fabd24943 (diff) |
fix typo in include guard in test
Diffstat (limited to 'test')
-rw-r--r-- | test/dw_simple_container.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh index bb1a37af..fdb67bec 100644 --- a/test/dw_simple_container.hh +++ b/test/dw_simple_container.hh @@ -1,5 +1,5 @@ #ifndef __DW_SIMPLE_CONTAINER_HH__ -#define __DWR_SIMPLE_CONTAINER_HH__ +#define __DW_SIMPLE_CONTAINER_HH__ #include "dw/core.hh" |