diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-19 00:29:02 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-19 00:29:02 +0100 |
commit | 55d363bea503c0607c80604280c26c235a5d7ee1 (patch) | |
tree | bfa745de7de0c4c40f83b1b815daa45045570d1e /test/core/model/DomainTest.cpp | |
parent | d4e06ab60b382581887290876337976a48f50f71 (diff) |
refactored DomainTest somewhat to prevent an unused function warning.
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r-- | test/core/model/DomainTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index 57ec91c..f6dff3c 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -22,7 +22,7 @@ #include <core/model/Domain.hpp> -#include "ModelTestUtils.hpp" +#include "TestDomain.hpp" namespace ousia { namespace model { |