Index: tools/clang/rewrite_to_chrome_style/tests/variables-original.cc |
diff --git a/tools/clang/rewrite_to_chrome_style/tests/variables-original.cc b/tools/clang/rewrite_to_chrome_style/tests/variables-original.cc |
index 5ae1dbc5f274d0f8a53a9bd67982dc774ad52c95..eede5f194b7c870050aa256ae5e9b9dff47d3867 100644 |
--- a/tools/clang/rewrite_to_chrome_style/tests/variables-original.cc |
+++ b/tools/clang/rewrite_to_chrome_style/tests/variables-original.cc |
@@ -10,6 +10,8 @@ int frameCount = 0; |
static int variableMentioningHTTPAndHTTPS = 1; |
// Already Google style, should not change. |
int already_google_style_; |
+// Should still get normalized. |
+int Goofily_named_VARIABLE_for_FUN_; |
// Function parameters |
int function(int interestingNumber) { |