We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b9691 commit 0fa817cCopy full SHA for 0fa817c
1 file changed
src/IRGraphCXXPrinter.cpp
@@ -41,7 +41,9 @@ void IRGraphCXXPrinter::test() {
41
// Now let's see if it matches:
42
internal_assert(equal(expr_19, e)) << "Expressions don't match:\n\n"
43
<< e << "\n\n"
44
- << expr_19 << "\n";
+ << expr_19 << "\n";
45
+
46
+ // Here is a bad typo for Alex who likes progamming. Above is a badly intented line. Two typos?
47
}
48
} // namespace Internal
49
} // namespace Halide
0 commit comments