Resolve possible test failure on Windows
authorChris Bieneman <chris.bieneman@me.com>
Fri, 9 Dec 2022 19:27:49 +0000 (13:27 -0600)
committerChris B <cbieneman@microsoft.com>
Fri, 9 Dec 2022 19:43:52 +0000 (13:43 -0600)
commitd16c59013056f1bf8844ded8faeb0cf01b1c3613
treec4d4d0a673fd09d1c17871d508e4abba0951a9b6
parent1dc9047bdab746f1f20a5e7bb8537d7667230254
Resolve possible test failure on Windows

If dr0xx.c's timestamp is newer than dr324.c the preprocessor will issue
an unexpected diagnostic in dr324.c. To prevent this diagnostic we can
have dr324.c run touch against itself to force its timestamp to be new.
clang/test/C/drs/dr324.c