summaryrefslogtreecommitdiff
path: root/test/cedet/tests
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2009-12-11 20:48:03 +0000
committerMiles Bader <miles@gnu.org>2009-12-11 20:48:03 +0000
commitd356f4fcff6652a6f81b8c91a60cbda41a70f44b (patch)
tree8c5e4d02881dd5deb11571a889159b49fb658761 /test/cedet/tests
parent315eb96d019f45edc8e37a3010dc61877c7a0f1e (diff)
downloademacs-d356f4fcff6652a6f81b8c91a60cbda41a70f44b.tar.gz
Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642
Diffstat (limited to 'test/cedet/tests')
-rw-r--r--test/cedet/tests/test.c3
-rw-r--r--test/cedet/tests/test.cpp3
-rw-r--r--test/cedet/tests/test.py1
-rw-r--r--test/cedet/tests/testjavacomp.java1
-rw-r--r--test/cedet/tests/testpolymorph.cpp1
5 files changed, 0 insertions, 9 deletions
diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c
index 38f371a3920..0092a5924bc 100644
--- a/test/cedet/tests/test.c
+++ b/test/cedet/tests/test.c
@@ -1,8 +1,5 @@
/* Test file for C language.
* Attempt to include as many aspects of the C language as possible.
- *
- * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $
- *
*/
/* types of include files */
#include "includeme1.h"
diff --git a/test/cedet/tests/test.cpp b/test/cedet/tests/test.cpp
index 15de3cf0904..0c43944a031 100644
--- a/test/cedet/tests/test.cpp
+++ b/test/cedet/tests/test.cpp
@@ -2,9 +2,6 @@
* Attempt to include as many aspects of the C++ language as possible.
* Do not include things tested in test.c since that shares the
* same language.
- *
- * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $
- *
*/
/* An include test */
diff --git a/test/cedet/tests/test.py b/test/cedet/tests/test.py
index e45cb9862e9..ef1b4e1c94b 100644
--- a/test/cedet/tests/test.py
+++ b/test/cedet/tests/test.py
@@ -1,6 +1,5 @@
# Test file for Python language.
#
-# $Id: test.py,v 1.2 2009/09/28 23:23:31 cyd Exp $
# Simle class compount statement with blank lines sprinkled.
class Foo(Bar):
diff --git a/test/cedet/tests/testjavacomp.java b/test/cedet/tests/testjavacomp.java
index 0c2604f5bf1..feffe660e04 100644
--- a/test/cedet/tests/testjavacomp.java
+++ b/test/cedet/tests/testjavacomp.java
@@ -3,7 +3,6 @@
* Copyright (C) 2009 Eric M. Ludlam
*
* Author: Eric M. Ludlam <eric@siege-engine.com>
- * X-RCS: $Id: testjavacomp.java,v 1.1.2.1 2009/09/20 04:00:18 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
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp
index 7934889b4b2..51f933cf7fd 100644
--- a/test/cedet/tests/testpolymorph.cpp
+++ b/test/cedet/tests/testpolymorph.cpp
@@ -3,7 +3,6 @@
* Copyright (C) 2009 Eric M. Ludlam
*
* Author: Eric M. Ludlam <eric@siege-engine.com>
- * 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