Fix rvalue test makefile.

llvm-svn: 186992
This commit is contained in:
Matt Kopec 2013-07-23 22:08:15 +00:00
parent b24c802489
commit 8a052b9414
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ LEVEL = ../../../make
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules