repo.or.cz
/
isl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
961ddae
)
isl_test2.cc: test(R (T::*fn)(A1 &, A2 &)): fix typo in comment
author
Sven Verdoolaege
<sven.verdoolaege@gmail.com>
Mon, 20 May 2024 19:55:11 +0000
(20 21:55 +0200)
committer
Sven Verdoolaege
<sven.verdoolaege@gmail.com>
Sat, 25 May 2024 13:04:53 +0000
(25 15:04 +0200)
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_test2.cc
patch
|
blob
|
blame
|
history
diff --git
a/isl_test2.cc
b/isl_test2.cc
index
28c4705
..
8506d23
100644
(file)
--- a/
isl_test2.cc
+++ b/
isl_test2.cc
@@
-196,7
+196,7
@@
static void test(isl::ctx ctx, R (T::*fn)(A1) const, const std::string &name,
}
/* Run a sequence of tests of method "fn" with stringification "name" and
- * with inputs and output described by "test",
+ * with inputs and output described by "test
s
",
* throwing an exception when an unexpected result is produced.
*/
template <typename R, typename T, typename A1, typename A2>