Drop -O1 case from nrvo-string.cpp

It relied on r313400 which was reverted in r313589.

llvm-svn: 313600
This commit is contained in:
Hans Wennborg 2017-09-18 23:54:43 +00:00
parent 4265d16d45
commit bae0d20015
1 changed files with 0 additions and 2 deletions

View File

@ -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