diff options
Diffstat (limited to 'test cases/java/7 codegen/com/mesonbuild/Simple.java')
| -rw-r--r-- | test cases/java/7 codegen/com/mesonbuild/Simple.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test cases/java/7 codegen/com/mesonbuild/Simple.java b/test cases/java/7 codegen/com/mesonbuild/Simple.java deleted file mode 100644 index df3c53df3..000000000 --- a/test cases/java/7 codegen/com/mesonbuild/Simple.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.mesonbuild; - -import com.mesonbuild.Config; - -class Simple { - public static void main(String [] args) { - if (Config.FOOBAR) { - TextPrinter t = new TextPrinter("Printing from Java."); - t.print(); - } - } -} |
