aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-11-14 14:36:42 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2012-11-14 14:36:42 +0100
commit4ba5575be79e43a2306cf106da650c71ead5734a (patch)
tree7b401fcd47dffd995ba9e5d7f34ae302e972a116 /Tests
parent5bb90ca3568db956fb1b55e08e1839002207351c (diff)
TestTensorTools.m: Improve output formatting
Diffstat (limited to 'Tests')
-rwxr-xr-xTests/TestTensorTools.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestTensorTools.m b/Tests/TestTensorTools.m
index 13b21e2..975ede5 100755
--- a/Tests/TestTensorTools.m
+++ b/Tests/TestTensorTools.m
@@ -45,7 +45,7 @@ test[t_, r1_] :=
Print["Pass"],
(* else *)
testsFailed++;
- Print["Result:", Expand@Evaluate[t]//InputForm];
+ Print["Result: ", Expand@Evaluate[t]//InputForm];
Print["Fail"]];
Print[]];