From 99ac0a249106dc0c7d6d09694518a2ba2b6dd533 Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Tue, 1 Dec 2015 15:05:35 +0000 Subject: Migrated tests in devtools/build/lib/vfs to JUnit 4. -- MOS_MIGRATED_REVID=109081842 --- .../devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfoTest.java') diff --git a/src/test/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfoTest.java b/src/test/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfoTest.java index 5abe99642d..9a3fd53d7e 100644 --- a/src/test/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfoTest.java +++ b/src/test/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfoTest.java @@ -29,7 +29,7 @@ public class InMemoryContentInfoTest { private Clock clock; @Before - public void setUp() throws Exception { + public final void createClock() throws Exception { clock = BlazeClock.instance(); } -- cgit v1.2.3