Skip to content

Commit 43b62b9

Browse files
committed
!fixup fix formatting in test
1 parent 758c99a commit 43b62b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/tysan/violation-pr47137.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// RUN: FileCheck %s < %t.out
33

44
// https://github.com/llvm/llvm-project/issues/47137
5+
#include <stdint.h>
56
#include <stdio.h>
67
#include <stdlib.h>
7-
#include <stdint.h>
88

99
void f(int m) {
1010
int n = (4 * m + 2) / 3;

0 commit comments

Comments
 (0)