aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
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[]];