diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-06 18:23:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-06 18:23:50 -0400 |
commit | 54f2a8012f206429790df35d28b2da0586d2ce6b (patch) | |
tree | 6541a21a93c6413c1712887615034f38dfcc66b8 /test/unit/t_expr.cc | |
parent | 0d6e72adbbf8414b3b6cf5922ab53519e2dacadd (diff) | |
download | fork-ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.gz fork-ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.bz2 fork-ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.zip |
Moved several tests around again (python/test -> test/python).
Diffstat (limited to 'test/unit/t_expr.cc')
-rw-r--r-- | test/unit/t_expr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/t_expr.cc b/test/unit/t_expr.cc index 026b4eec..58a60e23 100644 --- a/test/unit/t_expr.cc +++ b/test/unit/t_expr.cc @@ -1,4 +1,4 @@ -#include "t_valexpr.h" +#include "t_expr.h" CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ValueExprTestCase, "numerics"); |