Add a test for creating a VM without a config.

This commit is contained in:
Bob Nystrom
2016-03-03 14:31:47 -08:00
parent 41e30f47d8
commit 84bcb5801c
6 changed files with 47 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
class VM {
foreign static nullConfig()
}
// TODO: Other configuration settings.
System.print(VM.nullConfig()) // expect: true