diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-19 10:58:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 20:05:46 +0200 |
commit | e39f1cf9f0c3f520c61e0b832cca78df715d658d (patch) | |
tree | d803ed46acfbefbf1ec4d0d8d74f04afc2636c31 /common/makefile | |
parent | bceb06251cdb572850b2e6e4d15cfb2ac32da417 (diff) |
Rename common/const test to common/const-object
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/makefile b/common/makefile index e5065cd..c066ce1 100644 --- a/common/makefile +++ b/common/makefile @@ -9,7 +9,7 @@ tests := \ auto \ callback \ composite \ -const \ +const-object \ const-member \ container \ ctor \ |