diff options
| author | Brian Gesiak <modocache@gmail.com> | 2018-07-11 01:00:53 +0000 |
|---|---|---|
| committer | Brian Gesiak <modocache@gmail.com> | 2018-07-11 01:00:53 +0000 |
| commit | c1c681c948a1424ba9ca5205c805ca7b3e56f875 (patch) | |
| tree | 04de7f2fb2ec4924b8d7a40d4d7918dd966a5d58 /clang/test/SemaCXX/coroutine-traits-undefined-template.cpp | |
| parent | 6812c28ef3dbb5a3ed2d717499b68c3831fbc20f (diff) | |
| download | bcm5719-llvm-c1c681c948a1424ba9ca5205c805ca7b3e56f875.tar.gz bcm5719-llvm-c1c681c948a1424ba9ca5205c805ca7b3e56f875.zip | |
[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
Diffstat (limited to 'clang/test/SemaCXX/coroutine-traits-undefined-template.cpp')
| -rw-r--r-- | clang/test/SemaCXX/coroutine-traits-undefined-template.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/SemaCXX/coroutine-traits-undefined-template.cpp b/clang/test/SemaCXX/coroutine-traits-undefined-template.cpp index 9016db8dde5..4687ed245ac 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. |

