summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGregory Becker <becker33@llnl.gov>2016-01-08 17:44:16 -0800
committerGregory Becker <becker33@llnl.gov>2016-01-08 17:44:16 -0800
commit6e5238d037aebe4e610a16f200d860cee1a1355d (patch)
treee10f64665aefa7735f1fb719273b6a417d7ffe1b /lib
parent2b2d4bae4e48151ae17c0f2f0514873b1247ff15 (diff)
downloadspack-6e5238d037aebe4e610a16f200d860cee1a1355d.tar.gz
spack-6e5238d037aebe4e610a16f200d860cee1a1355d.tar.bz2
spack-6e5238d037aebe4e610a16f200d860cee1a1355d.tar.xz
spack-6e5238d037aebe4e610a16f200d860cee1a1355d.zip
Fixing the fix and removing debug printing
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/multimethod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/test/multimethod.py b/lib/spack/spack/test/multimethod.py
index 116cb2d2ff..9d9f39e87d 100644
--- a/lib/spack/spack/test/multimethod.py
+++ b/lib/spack/spack/test/multimethod.py
@@ -95,7 +95,6 @@ class MultiMethodTest(MockPackagesTest):
platform = spack.architecture.sys_type()
targets = platform.targets.values()
for target in targets[:-1]:
- print target
pkg = spack.db.get('multimethod='+target.name)
self.assertEqual(pkg.different_by_target(), target.name)