summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-09-18 23:54:43 +0000
committerHans Wennborg <hans@hanshq.net>2017-09-18 23:54:43 +0000
commitf3f4043e90b6852665f66826556e7de983289f0b (patch)
tree8634e366c780679b14f08145f807ca6ce2485aee /debuginfo-tests
parent03e29534770cf80c7ba859f2fcf9cfeb4a50db9d (diff)
Drop -O1 case from nrvo-string.cpp
It relied on r313400 which was reverted in r313589.
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/nrvo-string.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/debuginfo-tests/nrvo-string.cpp b/debuginfo-tests/nrvo-string.cpp
index 18acebb0e6d..4660ec2200c 100644
--- a/debuginfo-tests/nrvo-string.cpp
+++ b/debuginfo-tests/nrvo-string.cpp
@@ -3,8 +3,6 @@
//
// RUN: %clangxx -O0 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g
// RUN: %test_debuginfo %s %t.out
-// RUN: %clangxx -O1 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g
-// RUN: %test_debuginfo %s %t.out
//
// PR34513