summaryrefslogtreecommitdiff
path: root/morphlib/util_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/util_tests.py')
-rw-r--r--morphlib/util_tests.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/morphlib/util_tests.py b/morphlib/util_tests.py
index 4f472d4e..89fe184e 100644
--- a/morphlib/util_tests.py
+++ b/morphlib/util_tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2012 Codethink Limited
+# Copyright (C) 2011-2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,14 +19,6 @@ import unittest
import morphlib
-class ArchTests(unittest.TestCase):
-
- def test(self):
- arch = morphlib.util.arch()
- self.assertEqual(type(arch), str)
- self.assertNotEqual(arch, '')
-
-
class IndentTests(unittest.TestCase):
def test_returns_empty_string_for_empty_string(self):