From ea3e1b949dcbdc09518f17eee0bcf21d41d76896 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 19 Nov 2018 22:59:50 -0700 Subject: OJ (aka OpenJava) modernization/mirroring Signed-off-by: Kenny Ballou --- src/test/java/thorsten/Test.oj | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/test/java/thorsten/Test.oj (limited to 'src/test/java/thorsten/Test.oj') diff --git a/src/test/java/thorsten/Test.oj b/src/test/java/thorsten/Test.oj new file mode 100644 index 0000000..b1bc24b --- /dev/null +++ b/src/test/java/thorsten/Test.oj @@ -0,0 +1,6 @@ +package thorsten; + +public class Test instantiates MetaTest { + public static void main(String[] args) { + } +} -- cgit v1.2.1