We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007c814 commit 6a4c5cfCopy full SHA for 6a4c5cf
unittests/Parse/TokenizerTests.cpp
@@ -31,7 +31,7 @@ class TokenizerTest : public ::testing::Test {
31
}
32
33
34
- static StringRef tokToString(swift::tok T) {
+ static std::string tokToString(swift::tok T) {
35
switch (T) {
36
#define KEYWORD(X) \
37
case swift::tok::kw_##X: return "kw_" #X; break;
0 commit comments