Skip to content

Commit

Permalink
bodiless.c: Don't write a temporary file in the source directory. (#452)
Browse files Browse the repository at this point in the history
Hopefully fixes #378 for real this time.
  • Loading branch information
mattmccutchen-cci authored Feb 25, 2021
1 parent ca9a08c commit 9e6f2d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clang/test/3C/bodiless.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: 3c -base-dir=%S %s > %S/temp_bodiless.c --
// RUN: %clang -c %S/temp_bodiless.c
// RUN: FileCheck -match-full-lines --input-file %S/temp_bodiless.c %s
// RUN: rm %S/temp_bodiless.c
// RUN: rm -rf %t*
// RUN: 3c -base-dir=%S %s -- >%t
// RUN: %clang -c %t
// RUN: FileCheck -match-full-lines --input-file %t %s

/***********************************************/
/* Tests that functions without bodies */
Expand Down

0 comments on commit 9e6f2d8

Please sign in to comment.