diff options
| author | Miles Bader | 2009-10-02 10:53:34 +0000 |
|---|---|---|
| committer | Miles Bader | 2009-10-02 10:53:34 +0000 |
| commit | 3999968a738479642f0b508da1cf1920e254c079 (patch) | |
| tree | 4456a11158a09f45b4564a6e68ce7efa7b2a11d6 /test/cedet/tests/test.cpp | |
| parent | 895d190402f5b7ed021bd9c9e05c81d473dfee08 (diff) | |
| download | emacs-3999968a738479642f0b508da1cf1920e254c079.tar.gz emacs-3999968a738479642f0b508da1cf1920e254c079.zip | |
Add arch tagline
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 @@ | |||
| 3 | * Do not include things tested in test.c since that shares the | 3 | * Do not include things tested in test.c since that shares the |
| 4 | * same language. | 4 | * same language. |
| 5 | * | 5 | * |
| 6 | * $Id: test.cpp,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ | 6 | * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ |
| 7 | * | 7 | * |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| @@ -591,3 +591,5 @@ wchar_t testc = L'a'; | |||
| 591 | wchar_t const *wp = L"string with a \" in it"; | 591 | wchar_t const *wp = L"string with a \" in it"; |
| 592 | wchar_t const *wq = L"string \n\t\"test" L"string2"; | 592 | wchar_t const *wq = L"string \n\t\"test" L"string2"; |
| 593 | wchar_t const *wr = L"string L"; | 593 | wchar_t const *wr = L"string L"; |
| 594 | |||
| 595 | // arch-tag: 59828880-d72f-4059-922f-89579edf9e58 | ||