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.
2 parents d37318b + 6a4c5cf commit 9e68f9dCopy full SHA for 9e68f9d
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