commit | 92b22366a6a7bace048b48e56931c8c1ea111045 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Thu Dec 03 10:17:18 2015 +0000 |
committer | Kristina Chodorow <kchodorow@google.com> | Thu Dec 03 18:37:43 2015 +0000 |
tree | 9cc8797b8f3ac5267870db5df86690c9dc19af02 | |
parent | 2dbe1baf752339c9c4dc6baee929507ce4007e33 [diff] [blame] |
Migrated tests in devtools/build/lib/skyframe to JUnit 4. -- MOS_MIGRATED_REVID=109286530
diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java index d1d2018..69a267b 100644 --- a/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java +++ b/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
@@ -86,7 +86,7 @@ private TimestampGranularityMonitor tsgm; @Before - public void setUp() throws Exception { + public final void setUp() throws Exception { ImmutableMap.Builder<SkyFunctionName, SkyFunction> skyFunctions = ImmutableMap.builder(); fs = new MockFileSystem();