summaryrefslogtreecommitdiff
path: root/test/unit/t_expr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-06 18:23:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-06 18:23:50 -0400
commit54f2a8012f206429790df35d28b2da0586d2ce6b (patch)
tree6541a21a93c6413c1712887615034f38dfcc66b8 /test/unit/t_expr.h
parent0d6e72adbbf8414b3b6cf5922ab53519e2dacadd (diff)
downloadledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.gz
ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.bz2
ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.zip
Moved several tests around again (python/test -> test/python).
Diffstat (limited to 'test/unit/t_expr.h')
-rw-r--r--test/unit/t_expr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/t_expr.h b/test/unit/t_expr.h
index 3cac4ed6..bb03ba56 100644
--- a/test/unit/t_expr.h
+++ b/test/unit/t_expr.h
@@ -1,5 +1,5 @@
-#ifndef _T_VALEXPR_H
-#define _T_VALEXPR_H
+#ifndef _T_EXPR_H
+#define _T_EXPR_H
#include "UnitTests.h"
@@ -27,4 +27,4 @@ private:
void operator=(const ValueExprTestCase &copy);
};
-#endif // _T_VALEXPR_H
+#endif // _T_EXPR_H