aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com
diff options
context:
space:
mode:
authorGravatar Greg Estren <gregce@google.com>2016-05-13 01:20:29 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-05-13 08:29:22 +0000
commite0bfbca4a186969d6c3c4590ab963db7565d2b12 (patch)
treed1bc163956934880e99b93589b9bdcb74144eca1 /src/test/java/com
parent080ac25ba2b75fef9073bde7a13686a238b74d2c (diff)
*** Reason for rollback *** This is breaking ~1,000 tests in the latest Blaze nightly: [] Per sheriff policy, we need to either roll back or provide a quick fix tonight. *** Original change description *** Optimize hotspot in DependencySet.process(). -- MOS_MIGRATED_REVID=122220429
Diffstat (limited to 'src/test/java/com')
-rw-r--r--src/test/java/com/google/devtools/build/lib/util/DependencySetWindowsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/util/DependencySetWindowsTest.java b/src/test/java/com/google/devtools/build/lib/util/DependencySetWindowsTest.java
index eb6c3aaeb1..7123403cea 100644
--- a/src/test/java/com/google/devtools/build/lib/util/DependencySetWindowsTest.java
+++ b/src/test/java/com/google/devtools/build/lib/util/DependencySetWindowsTest.java
@@ -90,7 +90,7 @@ public class DependencySetWindowsTest {
}
@Test
- public void dotDParser_caseInsensitive() throws Exception {
+ public void dotDParser_caseInsenstivie() throws Exception {
Path file1 = fileSystem.getPath("C:/blah/blah/genhello/hello.cc");
Path file2 = fileSystem.getPath("C:/blah/blah/genhello/hello.h");
Path file2DiffCase = fileSystem.getPath("C:/Blah/blah/Genhello/hello.h");