From 0414e226b73ef7952be3ef346c1c802e7f036f54 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 13 Jan 2016 20:00:46 +0000 Subject: Vendor import of clang trunk r257626: https://llvm.org/svn/llvm-project/cfe/trunk@257626 --- test/Modules/modular_maps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Modules/modular_maps.cpp') diff --git a/test/Modules/modular_maps.cpp b/test/Modules/modular_maps.cpp index 3b6afc7552d6f..fc44131d4587d 100644 --- a/test/Modules/modular_maps.cpp +++ b/test/Modules/modular_maps.cpp @@ -16,4 +16,4 @@ #include "b.h" // expected-error {{private header}} @import C; const int v = a + c + x; -const int val = a + b + c + x; // expected-error {{undeclared identifier}} +const int val = a + b + c + x; -- cgit v1.3