diff options
Diffstat (limited to 'test/cedet/tests/test.cpp')
-rw-r--r-- | test/cedet/tests/test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/cedet/tests/test.cpp b/test/cedet/tests/test.cpp index 43887b084a1..15de3cf0904 100644 --- a/test/cedet/tests/test.cpp +++ b/test/cedet/tests/test.cpp @@ -3,7 +3,7 @@ * Do not include things tested in test.c since that shares the * same language. * - * $Id: test.cpp,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ + * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ * */ @@ -591,3 +591,5 @@ wchar_t testc = L'a'; wchar_t const *wp = L"string with a \" in it"; wchar_t const *wq = L"string \n\t\"test" L"string2"; wchar_t const *wr = L"string L"; + +// arch-tag: 59828880-d72f-4059-922f-89579edf9e58 |