Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
15c1c97873
commit
c6226c6951
1 changed files with 1 additions and 2 deletions
|
@ -69,10 +69,9 @@ static void tst4() {
|
|||
}
|
||||
|
||||
int main() {
|
||||
tst4();
|
||||
return 0;
|
||||
tst1();
|
||||
tst2();
|
||||
tst3();
|
||||
tst4();
|
||||
return has_violations() ? 1 : 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue