From 487ab4cfa8b65c414b05c3cd9d29fef1ea185e8a 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336750 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/coroutine-traits-undefined-template.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/SemaCXX/coroutine-traits-undefined-template.cpp b/test/SemaCXX/coroutine-traits-undefined-template.cpp index 9016db8dde..4687ed245a 100644 --- a/test/SemaCXX/coroutine-traits-undefined-template.cpp +++ b/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.40.0