diff options
Diffstat (limited to 'clang/test/CodeGenCXX/empty-union.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/empty-union.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/empty-union.cpp b/clang/test/CodeGenCXX/empty-union.cpp index fdd97415a20..118a0d29b47 100644 --- a/clang/test/CodeGenCXX/empty-union.cpp +++ b/clang/test/CodeGenCXX/empty-union.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - %s +// RUN: %clang_cc1 -emit-llvm -o - %s union sigval { }; |