aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Kranc.mt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Kranc.mt b/Tests/Kranc.mt
index 20af73e..bf13bca 100644
--- a/Tests/Kranc.mt
+++ b/Tests/Kranc.mt
@@ -89,9 +89,9 @@ Test[
Calculations -> {initialSineCalc, evolveCalc}]];
{StringMatchQ[Import["TestThorns/IfThen/src/calc_rhs.cc","Text"],
- __~~"if (alpha > 0.)"~~__],
+ __~~"if (alpha > 0)"~~__],
StringMatchQ[Import["TestThorns/IfThen/src/initial_sine.cc","Text"],
- __~~"IfThen(xL"~~Whitespace~~">"~~Whitespace~~"0."~~__]}
+ __~~"IfThen(xL"~~Whitespace~~">"~~Whitespace~~"0"~~__]}
,
{True, True}
,