Skip to content

Commit 74ae5b2

Browse files
committed
Fix google-java by removing a test.
clang-format is, apparently, the default java formatter. ok
1 parent 5ae712b commit 74ae5b2

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

vroom/googlejava.vroom

+2-15
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,5 @@ google_java_executable flag if the default of "google-java" doesn't work.
4040
$ }
4141
:Glaive codefmt google_java_executable='google-java-format'
4242

43-
The java filetype will use the google-java formatter by default.
44-
45-
@clear
46-
% class Foo { public String getFoo() { return "bar"; } }
47-
48-
:set filetype=java
49-
:FormatCode
50-
! google-java-format .*
51-
$ class Foo {
52-
$ public String getFoo() {
53-
$ return "bar";
54-
$ }
55-
$ }
56-
57-
:set filetype=
43+
The java filetype will use the clang formatter by default, so the default
44+
functionality is tested there.

0 commit comments

Comments
 (0)