From 4ba5575be79e43a2306cf106da650c71ead5734a Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Wed, 14 Nov 2012 14:36:42 +0100 Subject: TestTensorTools.m: Improve output formatting --- Tests/TestTensorTools.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests') 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[]]; -- cgit v1.2.3