r336750 - [SemaCXX] Remove comment from coroutines test, NFC

Brian Gesiak via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 10 18:00:54 PDT 2018


Author: modocache
Date: Tue Jul 10 18:00:53 2018
New Revision: 336750

URL: http://llvm.org/viewvc/llvm-project?rev=336750&view=rev
Log:
[SemaCXX] Remove comment from coroutines test, NFC

Summary:
The file name was accidentally included when the test file was added.

Test Plan: check-clang


Modified:
    cfe/trunk/test/SemaCXX/coroutine-traits-undefined-template.cpp

Modified: cfe/trunk/test/SemaCXX/coroutine-traits-undefined-template.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/coroutine-traits-undefined-template.cpp?rev=336750&r1=336749&r2=336750&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/coroutine-traits-undefined-template.cpp (original)
+++ cfe/trunk/test/SemaCXX/coroutine-traits-undefined-template.cpp Tue Jul 10 18:00:53 2018
@@ -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.
 




More information about the cfe-commits mailing list