summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 22:10:47 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 22:10:47 +0000
commitde96bc814a6dd3b619bf247e8e83375d0ae7d595 (patch)
tree187cd229a7bdc67399999bc397a8524761fea176 /test
parenta34b66437f97f66d9dcd1caa0919f66cf316e238 (diff)
remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing-mode from contrib/editing-with-emacs
Diffstat (limited to 'test')
-rw-r--r--test/unit/context/context_black.h4
-rw-r--r--test/unit/context/context_mm_black.h4
-rw-r--r--test/unit/expr/node_black.h2
-rw-r--r--test/unit/expr/node_white.h2
-rw-r--r--test/unit/parser/parser_black.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/test/unit/context/context_black.h b/test/unit/context/context_black.h
index 107feb41c..b80ddf70a 100644
--- a/test/unit/context/context_black.h
+++ b/test/unit/context/context_black.h
@@ -1,8 +1,8 @@
-/********************* -*- C++ -*- */
+/********************* */
/** context_black.h
** Original author: dejan
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
diff --git a/test/unit/context/context_mm_black.h b/test/unit/context/context_mm_black.h
index 649915a7f..bda1cb141 100644
--- a/test/unit/context/context_mm_black.h
+++ b/test/unit/context/context_mm_black.h
@@ -1,8 +1,8 @@
-/********************* -*- C++ -*- */
+/********************* */
/** context_mm_black.h
** Original author: dejan
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
diff --git a/test/unit/expr/node_black.h b/test/unit/expr/node_black.h
index c7173b4cf..fd2cf3332 100644
--- a/test/unit/expr/node_black.h
+++ b/test/unit/expr/node_black.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** node_black.h
** Original author: mdeters
** Major contributors: taking
diff --git a/test/unit/expr/node_white.h b/test/unit/expr/node_white.h
index f8c950fd3..c097f2758 100644
--- a/test/unit/expr/node_white.h
+++ b/test/unit/expr/node_white.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** node_white.h
** Original author: mdeters
** Major contributors: none
diff --git a/test/unit/parser/parser_black.h b/test/unit/parser/parser_black.h
index 28a38892f..26c572ce6 100644
--- a/test/unit/parser/parser_black.h
+++ b/test/unit/parser/parser_black.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** parser_black.h
** Original author: cconway
** Major contributors: dejan
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback