You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testcondition.cpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -2158,7 +2158,7 @@ class TestCondition : public TestFixture {
2158
2158
" X(do);\n"
2159
2159
" if (x > 100) {}\n"
2160
2160
"}");
2161
-
// TODO: we should probably throw unknownMacro InternalError. Complain that the macro X must be defined. We cant check the code well without the definition.
2161
+
// TODO: we should probably throw unknownMacro InternalError. Complain that the macro X must be defined. We can't check the code well without the definition.
0 commit comments