diff options
Diffstat (limited to 'test/cedet/tests/testpolymorph.cpp')
-rw-r--r-- | test/cedet/tests/testpolymorph.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index fea842d6902..7934889b4b2 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2009 Eric M. Ludlam * * Author: Eric M. Ludlam <eric@siege-engine.com> - * X-RCS: $Id: testpolymorph.cpp,v 1.1.2.1 2009/09/20 04:00:18 cyd Exp $ + * X-RCS: $Id: testpolymorph.cpp,v 1.2 2009/09/28 23:23:32 cyd Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -129,3 +129,5 @@ namespace template_multiple_spec { // End of polymorphism test file. + +// arch-tag: e2c04959-9b3b-4b4f-b9c2-445bf4848aa4 |