diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-26 15:35:47 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-26 15:35:47 +0100 |
commit | a1e56df163cd1d59fd256d40caf7c5d69b69c7b1 (patch) | |
tree | 4a680a3e08534bf6d7c32abbc2f9c8eacdbf6e69 | |
parent | Add a few more assertions (diff) | |
download | slicer-a1e56df163cd1d59fd256d40caf7c5d69b69c7b1.tar.bz2 slicer-a1e56df163cd1d59fd256d40caf7c5d69b69c7b1.tar.xz slicer-a1e56df163cd1d59fd256d40caf7c5d69b69c7b1.zip |
Fix comment in test cases
-rw-r--r-- | slicer/test/serializers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/test/serializers.cpp b/slicer/test/serializers.cpp index bf50b22..56fa5ac 100644 --- a/slicer/test/serializers.cpp +++ b/slicer/test/serializers.cpp @@ -20,7 +20,7 @@ #include "conversions.h" #ifdef SLICER_MODELPARTSTYPES_IMPL_H -#error Test code should have pull in implementation header +#error Client code should NOT need to pull in implementation header #endif namespace fs = std::filesystem; |