forked from OSchip/llvm-project
Remove obsolete comment
This related to the code as first checked in in r266292 ([ASTImporter] Implement some expression-related AST node import., 2016-04-14). llvm-svn: 339731
This commit is contained in:
parent
0945c8b942
commit
cb5b433798
|
@ -653,7 +653,6 @@ TEST_P(ImportExpr, ImportSwitch) {
|
|||
|
||||
TEST_P(ImportExpr, ImportStmtExpr) {
|
||||
MatchVerifier<Decl> Verifier;
|
||||
// NOTE: has() ignores implicit casts, using hasDescendant() to match it
|
||||
testImport(
|
||||
"void declToImport() { int b; int a = b ?: 1; int C = ({int X=4; X;}); }",
|
||||
Lang_C, "", Lang_C, Verifier,
|
||||
|
|
Loading…
Reference in New Issue