[GIT] ppl/ppl(devel): Expensive test commented out.

9 Aug
2020
9 Aug
'20
5:54 p.m.
Module: ppl/ppl Branch: devel Commit: bea9ad43d3c943eda537faddd6afb8d01c156ea3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=bea9ad43d3c94...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Sun Aug 9 19:53:50 2020 +0200
Expensive test commented out.
---
tests/Grid/concatenate1.cc | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tests/Grid/concatenate1.cc b/tests/Grid/concatenate1.cc index a49f27f24..b46074f88 100644 --- a/tests/Grid/concatenate1.cc +++ b/tests/Grid/concatenate1.cc @@ -298,6 +298,7 @@ test09() { return ok; }
+#if 0 // Space dimension exception. bool test11() { @@ -324,6 +325,7 @@ test11() { } return false; } +#endif
} // namespace
1811
Age (days ago)
1811
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara