diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/debug-info-abspath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/debug-info-abspath.c b/test/CodeGen/debug-info-abspath.c index d360216da2..b20ed317d7 100644 --- a/test/CodeGen/debug-info-abspath.c +++ b/test/CodeGen/debug-info-abspath.c @@ -11,8 +11,6 @@ // RUN: cd %t/UNIQUEISH_SENTINEL // RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \ -// RUN: debug-info-abspath.c -emit-obj -o /tmp/t.o -// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \ // RUN: debug-info-abspath.c -emit-llvm -o - \ // RUN: | FileCheck %s --check-prefix=CURDIR // RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \ |