Skip to content

Commit 053da01

Browse files
committed
Restore err.c and err.cpp to unformatted state
The test files were accidentally formatted, causing tests to pass when they should fail. Restored them to match test_file_strs.
1 parent d3b2553 commit 053da01

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

tests/test_repo/err.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
#include <stdio.h>
2-
int main() {
3-
int i;
4-
return;
5-
}
2+
int main(){int i;return;}

tests/test_repo/err.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
#include <string>
2-
int main() {
3-
int i;
4-
return;
5-
}
2+
int main(){int i;return;}

0 commit comments

Comments
 (0)