* tests/threadInterrupt.java: Added a test showing a bug in the pre-sable
[cacao.git] / tests / prop.java
1 import java.io.*;
2
3 public class prop {
4     public static void main(String [] argv) throws IOException {
5         System.getProperties().store(System.out, "all properties:");
6     }
7 }