Compare commits
2 Commits
bb4992b2f0
...
7b6ba63819
Author | SHA1 | Date | |
---|---|---|---|
7b6ba63819 | |||
aa4d45abaa |
@ -1,4 +1,4 @@
|
||||
#if __cplusplus
|
||||
#ifdef __cplusplus
|
||||
# pragma GCC diagnostic ignored "-Wc++20-extensions"
|
||||
#endif
|
||||
|
||||
|
@ -102,6 +102,8 @@ signed main() {
|
||||
puts("");
|
||||
|
||||
TEST(R"del(\<int\>)del", "printf", false);
|
||||
TEST(R"del(\<print\>)del", " print ", true);
|
||||
TEST(R"del(\<print\>)del", "\nprint\n", true);
|
||||
|
||||
if (test_counter == passed_tests) {
|
||||
fputs("\033[32m", stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user