diff options
author | Rich Hickey <richhickey@gmail.com> | 2006-06-07 21:01:23 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2006-06-07 21:01:23 +0000 |
commit | ad4a5eca0eb942799d14037188173f6342d32a37 (patch) | |
tree | 30cbb9e1a6501a0dfd4bcc9a537b531e1dc7a428 /src/cli/runtime/PersistentArray.cs | |
parent | 3c3e47199e7aa7d8115af5a22a3035390c4e4769 (diff) |
test code changes
Diffstat (limited to 'src/cli/runtime/PersistentArray.cs')
-rw-r--r-- | src/cli/runtime/PersistentArray.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentArray.cs b/src/cli/runtime/PersistentArray.cs index 68caaeb5..f9684901 100644 --- a/src/cli/runtime/PersistentArray.cs +++ b/src/cli/runtime/PersistentArray.cs @@ -268,7 +268,7 @@ PersistentArray getSetArray(){ }
}
-//*
+/*
[STAThread]
static public void Main(String[] args){
if(args.Length != 3)
|