diff options
Diffstat (limited to 'test/common')
-rw-r--r-- | test/common/algorithm.h | 1 | ||||
-rw-r--r-- | test/common/fixedstack.h | 1 | ||||
-rw-r--r-- | test/common/queue.h | 1 | ||||
-rw-r--r-- | test/common/stack.h | 1 | ||||
-rw-r--r-- | test/common/tokenizer.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/test/common/algorithm.h b/test/common/algorithm.h index 4d7e9b2e20..beba495e40 100644 --- a/test/common/algorithm.h +++ b/test/common/algorithm.h @@ -80,4 +80,3 @@ public: TS_ASSERT_EQUALS(checkSort(list.begin(), list.end(), Common::Less<Item>()), true); } }; - diff --git a/test/common/fixedstack.h b/test/common/fixedstack.h index 62e536d5fa..9aa00b4680 100644 --- a/test/common/fixedstack.h +++ b/test/common/fixedstack.h @@ -79,4 +79,3 @@ public: TS_ASSERT(!q2.empty()); } }; - diff --git a/test/common/queue.h b/test/common/queue.h index cadb3979d7..c11f7a31ca 100644 --- a/test/common/queue.h +++ b/test/common/queue.h @@ -80,4 +80,3 @@ public: TS_ASSERT(!q2.empty()); } }; - diff --git a/test/common/stack.h b/test/common/stack.h index 66ba5f5e2b..0b1bcee350 100644 --- a/test/common/stack.h +++ b/test/common/stack.h @@ -79,4 +79,3 @@ public: TS_ASSERT(!q2.empty()); } }; - diff --git a/test/common/tokenizer.h b/test/common/tokenizer.h index 9c14875b81..c6a73d77b7 100644 --- a/test/common/tokenizer.h +++ b/test/common/tokenizer.h @@ -55,4 +55,3 @@ public: } }; - |