summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-04-26 15:35:47 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-04-26 15:35:47 +0100
commita1e56df163cd1d59fd256d40caf7c5d69b69c7b1 (patch)
tree4a680a3e08534bf6d7c32abbc2f9c8eacdbf6e69
parentAdd a few more assertions (diff)
downloadslicer-a1e56df163cd1d59fd256d40caf7c5d69b69c7b1.tar.bz2
slicer-a1e56df163cd1d59fd256d40caf7c5d69b69c7b1.tar.xz
slicer-a1e56df163cd1d59fd256d40caf7c5d69b69c7b1.zip
Fix comment in test cases
-rw-r--r--slicer/test/serializers.cpp2
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;