From c1c681c948a1424ba9ca5205c805ca7b3e56f875 Mon Sep 17 00:00:00 2001 From: Brian Gesiak Date: Wed, 11 Jul 2018 01:00:53 +0000 Subject: [PATCH] [SemaCXX] Remove comment from coroutines test, NFC Summary: The file name was accidentally included when the test file was added. Test Plan: check-clang llvm-svn: 336750 --- clang/test/SemaCXX/coroutine-traits-undefined-template.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/SemaCXX/coroutine-traits-undefined-template.cpp b/clang/test/SemaCXX/coroutine-traits-undefined-template.cpp index 9016db8..4687ed24 100644 --- a/clang/test/SemaCXX/coroutine-traits-undefined-template.cpp +++ b/clang/test/SemaCXX/coroutine-traits-undefined-template.cpp @@ -1,5 +1,3 @@ -// test/SemaCXX/coroutine-traits-undefined-template.cpp - // This file contains references to sections of the Coroutines TS, which can be // found at http://wg21.link/coroutines. -- 2.7.4