diff options
Diffstat (limited to 'test/CodeGenCXX/enum.cpp')
-rw-r--r-- | test/CodeGenCXX/enum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/enum.cpp b/test/CodeGenCXX/enum.cpp index 6ce04a3..cfcd264 100644 --- a/test/CodeGenCXX/enum.cpp +++ b/test/CodeGenCXX/enum.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm-only -verify %s +// RUN: %clang_cc1 -emit-llvm-only -verify %s enum A { a } __attribute((packed)); int func(A x) { return x==a; } |