diff options
Diffstat (limited to 'compiler-rt/test/tsan/global_race3.cpp')
| -rw-r--r-- | compiler-rt/test/tsan/global_race3.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/test/tsan/global_race3.cpp b/compiler-rt/test/tsan/global_race3.cpp index e0d59d28442..9d82daef51e 100644 --- a/compiler-rt/test/tsan/global_race3.cpp +++ b/compiler-rt/test/tsan/global_race3.cpp @@ -2,10 +2,10 @@ #include "test.h" namespace XXX { - struct YYY { - static int ZZZ[10]; - }; - int YYY::ZZZ[10]; +struct YYY { + static int ZZZ[10]; +}; +int YYY::ZZZ[10]; } void *Thread(void *a) { |

