diff options
Diffstat (limited to 'test/Concrete')
-rw-r--r-- | test/Concrete/_testingUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/_testingUtils.c b/test/Concrete/_testingUtils.c index ef99f908..fa395820 100644 --- a/test/Concrete/_testingUtils.c +++ b/test/Concrete/_testingUtils.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -D_TESTINGUTILS_TEST %s -o %t +// RUN: %clang -D_TESTINGUTILS_TEST %s -o %t // RUN: %t | FileCheck %s #include <stdint.h> |