Fix clang test case

Test asserts that CXX is set to clang++ (and not clang)
This commit is contained in:
Nitin Gupta 2013-10-08 17:30:04 -07:00
parent 078b4e8a08
commit c3d0e094a8

View File

@ -32,7 +32,7 @@
test.capture [[
ifeq ($(config),debug)
CC = clang
CXX = clang
CXX = clang++
AR = ar
]]
end