diff options
Diffstat (limited to 'test/CodeGen/pragma-pack-1.c')
-rw-r--r-- | test/CodeGen/pragma-pack-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pragma-pack-1.c b/test/CodeGen/pragma-pack-1.c index f5d301639e..c30a62ac3c 100644 --- a/test/CodeGen/pragma-pack-1.c +++ b/test/CodeGen/pragma-pack-1.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -o - +// RUN: %clang_cc1 -emit-llvm -o - %s // PR4610 #pragma pack(4) |