diff options
Diffstat (limited to 'test/CodeGen/debug-info-args.c')
| -rw-r--r-- | test/CodeGen/debug-info-args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-args.c b/test/CodeGen/debug-info-args.c index 47c904b99951..ce21e7c01b46 100644 --- a/test/CodeGen/debug-info-args.c +++ b/test/CodeGen/debug-info-args.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-unk-unk -o - -emit-llvm -g %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-unk-unk -o - -emit-llvm -debug-info-kind=limited %s | FileCheck %s int somefunc(char *x, int y, double z) { |
