Skip to content

Commit 4fbc43a

Browse files
committed
MNT: drop redundant quotes in error macro
1 parent ba9c13f commit 4fbc43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Resolve DIFFPYTESTSDIRPATH ------------------------------------------------
3232

3333
#ifndef DIFFPYTESTSDIRPATH
34-
#error "Compiler must define the DIFFPYTESTSDIRPATH macro."
34+
#error Compiler must define the DIFFPYTESTSDIRPATH macro.
3535
#endif
3636
#define STRINGIFY(m) STRINGIFY_BRAIN_DAMAGE(m)
3737
#define STRINGIFY_BRAIN_DAMAGE(m) #m

0 commit comments

Comments
 (0)