]> granicus.if.org Git - clang/commitdiff
Update test for r113128.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 6 Sep 2010 00:30:50 +0000 (00:30 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 6 Sep 2010 00:30:50 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113131 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/i-c-e-cxx.cpp

index 9672a420dcae1b574bf1e215fb78abb90eeedf16..2d08ea9a428f3d47af449f56ee60b378c33ad043 100644 (file)
@@ -16,7 +16,7 @@ void f() {
 }
 
 int a() {
-  const int t=t; // expected-note {{subexpression not valid}}
+  const int t=t;
   switch(1) { // expected-warning {{no case matching constant switch condition '1'}}
     case t:; // expected-error {{not an integer constant expression}}
   }